mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
[ARM] tegra: cleanup empty functions in mach/fb.h
adds static inline Change-Id: Iff0473dcc02ad6d10adb878f195b57a2ed6e3e2a Signed-off-by: Erik Gilling <konkers@android.com>
This commit is contained in:
@@ -52,12 +52,12 @@ static inline void tegra_fb_unregister(struct tegra_fb_info *fb_info)
|
||||
{
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user