aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r--include/linux/fb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 70c4836e4a9f..fe6ac956550e 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -613,8 +613,8 @@ extern ssize_t fb_sys_write(struct fb_info *info, const char __user *buf,
613extern int register_framebuffer(struct fb_info *fb_info); 613extern int register_framebuffer(struct fb_info *fb_info);
614extern int unregister_framebuffer(struct fb_info *fb_info); 614extern int unregister_framebuffer(struct fb_info *fb_info);
615extern int unlink_framebuffer(struct fb_info *fb_info); 615extern int unlink_framebuffer(struct fb_info *fb_info);
616extern void remove_conflicting_framebuffers(struct apertures_struct *a, 616extern int remove_conflicting_framebuffers(struct apertures_struct *a,
617 const char *name, bool primary); 617 const char *name, bool primary);
618extern int fb_prepare_logo(struct fb_info *fb_info, int rotate); 618extern int fb_prepare_logo(struct fb_info *fb_info, int rotate);
619extern int fb_show_logo(struct fb_info *fb_info, int rotate); 619extern int fb_show_logo(struct fb_info *fb_info, int rotate);
620extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size); 620extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);