diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 34814a0b2378..9a4f035e9fdc 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
@@ -866,6 +866,7 @@ extern const unsigned char *fb_firmware_edid(struct device *device); | |||
866 | extern void fb_edid_to_monspecs(unsigned char *edid, | 866 | extern void fb_edid_to_monspecs(unsigned char *edid, |
867 | struct fb_monspecs *specs); | 867 | struct fb_monspecs *specs); |
868 | extern void fb_destroy_modedb(struct fb_videomode *modedb); | 868 | extern void fb_destroy_modedb(struct fb_videomode *modedb); |
869 | extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb); | ||
869 | 870 | ||
870 | /* drivers/video/modedb.c */ | 871 | /* drivers/video/modedb.c */ |
871 | #define VESA_MODEDB_SIZE 34 | 872 | #define VESA_MODEDB_SIZE 34 |