diff options
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index ffefeeeeca93..2f335e966011 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
@@ -1,7 +1,6 @@ | |||
1 | #ifndef _LINUX_FB_H | 1 | #ifndef _LINUX_FB_H |
2 | #define _LINUX_FB_H | 2 | #define _LINUX_FB_H |
3 | 3 | ||
4 | #include <linux/backlight.h> | ||
5 | #include <asm/types.h> | 4 | #include <asm/types.h> |
6 | 5 | ||
7 | /* Definitions of frame buffers */ | 6 | /* Definitions of frame buffers */ |
@@ -377,11 +376,11 @@ struct fb_cursor { | |||
377 | 376 | ||
378 | #include <linux/fs.h> | 377 | #include <linux/fs.h> |
379 | #include <linux/init.h> | 378 | #include <linux/init.h> |
380 | #include <linux/tty.h> | ||
381 | #include <linux/device.h> | 379 | #include <linux/device.h> |
382 | #include <linux/workqueue.h> | 380 | #include <linux/workqueue.h> |
383 | #include <linux/notifier.h> | 381 | #include <linux/notifier.h> |
384 | #include <linux/list.h> | 382 | #include <linux/list.h> |
383 | #include <linux/backlight.h> | ||
385 | #include <asm/io.h> | 384 | #include <asm/io.h> |
386 | 385 | ||
387 | struct vm_area_struct; | 386 | struct vm_area_struct; |
@@ -525,7 +524,7 @@ struct fb_event { | |||
525 | 524 | ||
526 | extern int fb_register_client(struct notifier_block *nb); | 525 | extern int fb_register_client(struct notifier_block *nb); |
527 | extern int fb_unregister_client(struct notifier_block *nb); | 526 | extern int fb_unregister_client(struct notifier_block *nb); |
528 | 527 | extern int fb_notifier_call_chain(unsigned long val, void *v); | |
529 | /* | 528 | /* |
530 | * Pixmap structure definition | 529 | * Pixmap structure definition |
531 | * | 530 | * |