adds static inline
Change-Id: Iff0473dcc02ad6d10adb878f195b57a2ed6e3e2a
Signed-off-by: Erik Gilling <konkers@android.com>
{
}
-void tegra_fb_update_monspecs(struct tegra_fb_info *fb_info,
- struct fb_monspecs *specs,
- bool (*mode_filter)(struct fb_videomode *mode))
+static inline void tegra_fb_update_monspecs(struct tegra_fb_info *fb_info,
+ struct fb_monspecs *specs,
+ bool (*mode_filter)(struct fb_videomode *mode))
{
}
-void tegra_fb_suspend(struct tegra_fb_info *tegra_fb)
+static inline void tegra_fb_suspend(struct tegra_fb_info *tegra_fb)
{
}
#endif