diff options
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 70da819df0f5..e3e16f43b1bb 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
@@ -859,7 +859,9 @@ extern int fb_get_mode(int flags, u32 val, struct fb_var_screeninfo *var, | |||
859 | extern int fb_validate_mode(const struct fb_var_screeninfo *var, | 859 | extern int fb_validate_mode(const struct fb_var_screeninfo *var, |
860 | struct fb_info *info); | 860 | struct fb_info *info); |
861 | extern int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var); | 861 | extern int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var); |
862 | extern void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs); | 862 | extern const unsigned char *fb_firmware_edid(struct device *device); |
863 | extern void fb_edid_to_monspecs(unsigned char *edid, | ||
864 | struct fb_monspecs *specs); | ||
863 | extern void fb_destroy_modedb(struct fb_videomode *modedb); | 865 | extern void fb_destroy_modedb(struct fb_videomode *modedb); |
864 | 866 | ||
865 | /* drivers/video/modedb.c */ | 867 | /* drivers/video/modedb.c */ |