Index: arch/arm/mach-tegra/include/mach/fb.h |
diff --git a/arch/arm/mach-tegra/include/mach/fb.h b/arch/arm/mach-tegra/include/mach/fb.h |
index 8130da0ed8e7f00652cd17088f7b6ce8566b7192..41f0983676fa29fdb00c5a1d3a04bd2fff0905a0 100644 |
--- a/arch/arm/mach-tegra/include/mach/fb.h |
+++ b/arch/arm/mach-tegra/include/mach/fb.h |
@@ -37,8 +37,6 @@ 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)); |
-/* called by display controller on suspend */ |
-void tegra_fb_suspend(struct tegra_fb_info *tegra_fb); |
#else |
static inline struct tegra_fb_info *tegra_fb_register(struct nvhost_device *ndev, |
struct tegra_dc *dc, |
@@ -57,9 +55,6 @@ static inline void tegra_fb_update_monspecs(struct tegra_fb_info *fb_info, |
bool (*mode_filter)(struct fb_videomode *mode)) |
{ |
} |
-static inline void tegra_fb_suspend(struct tegra_fb_info *tegra_fb) |
-{ |
-} |
#endif |
#endif |