diff options
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index e3e16f43b1bb..c71a7162e098 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
@@ -823,7 +823,8 @@ extern void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, | |||
823 | u32 height, u32 shift_high, u32 shift_low, u32 mod); | 823 | u32 height, u32 shift_high, u32 shift_low, u32 mod); |
824 | extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height); | 824 | extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height); |
825 | extern void fb_set_suspend(struct fb_info *info, int state); | 825 | extern void fb_set_suspend(struct fb_info *info, int state); |
826 | extern int fb_get_color_depth(struct fb_var_screeninfo *var); | 826 | extern int fb_get_color_depth(struct fb_var_screeninfo *var, |
827 | struct fb_fix_screeninfo *fix); | ||
827 | extern int fb_get_options(char *name, char **option); | 828 | extern int fb_get_options(char *name, char **option); |
828 | extern int fb_new_modelist(struct fb_info *info); | 829 | extern int fb_new_modelist(struct fb_info *info); |
829 | 830 | ||