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.h5
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
387struct vm_area_struct; 386struct vm_area_struct;
@@ -525,7 +524,7 @@ struct fb_event {
525 524
526extern int fb_register_client(struct notifier_block *nb); 525extern int fb_register_client(struct notifier_block *nb);
527extern int fb_unregister_client(struct notifier_block *nb); 526extern int fb_unregister_client(struct notifier_block *nb);
528 527extern int fb_notifier_call_chain(unsigned long val, void *v);
529/* 528/*
530 * Pixmap structure definition 529 * Pixmap structure definition
531 * 530 *