mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-07 04:21:33 -04:00
[PATCH] fbdev: remove references to non-existent fbmon_valid_timings()
Remove references to non-existent fbmon_valid_timings() Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: James Simmons <jsimmons@infradead.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f13c152684
commit
3161986224
@@ -929,8 +929,6 @@ extern void fb_bl_default_curve(struct fb_info *fb_info, u8 off, u8 min, u8 max)
|
||||
#define FB_MODE_IS_FIRST 16
|
||||
#define FB_MODE_IS_FROM_VAR 32
|
||||
|
||||
extern int fbmon_valid_timings(u_int pixclock, u_int htotal, u_int vtotal,
|
||||
const struct fb_info *fb_info);
|
||||
extern int fbmon_dpms(const struct fb_info *fb_info);
|
||||
extern int fb_get_mode(int flags, u32 val, struct fb_var_screeninfo *var,
|
||||
struct fb_info *info);
|
||||
|
||||
Reference in New Issue
Block a user