diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-10-16 04:29:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:21 -0400 |
commit | 5cb3626dde9760fc70e5e9eb9d08d8c08df42906 (patch) | |
tree | 2fa20247bf735fd512e8546b119c082282672b98 /drivers | |
parent | 0138bd841ea2d713cf883c67684c40ce26ba319a (diff) |
ps3fb: clean up includes
Clean up includes
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/ps3fb.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/ps3fb.c b/drivers/video/ps3fb.c index 49069dba1b5d..57da3e1bfeee 100644 --- a/drivers/video/ps3fb.c +++ b/drivers/video/ps3fb.c | |||
@@ -22,22 +22,14 @@ | |||
22 | #include <linux/errno.h> | 22 | #include <linux/errno.h> |
23 | #include <linux/string.h> | 23 | #include <linux/string.h> |
24 | #include <linux/mm.h> | 24 | #include <linux/mm.h> |
25 | #include <linux/tty.h> | ||
26 | #include <linux/slab.h> | ||
27 | #include <linux/vmalloc.h> | ||
28 | #include <linux/delay.h> | ||
29 | #include <linux/interrupt.h> | 25 | #include <linux/interrupt.h> |
30 | #include <linux/console.h> | 26 | #include <linux/console.h> |
31 | #include <linux/ioctl.h> | 27 | #include <linux/ioctl.h> |
32 | #include <linux/notifier.h> | ||
33 | #include <linux/reboot.h> | ||
34 | #include <linux/kthread.h> | 28 | #include <linux/kthread.h> |
35 | #include <linux/freezer.h> | 29 | #include <linux/freezer.h> |
36 | |||
37 | #include <linux/uaccess.h> | 30 | #include <linux/uaccess.h> |
38 | #include <linux/fb.h> | 31 | #include <linux/fb.h> |
39 | #include <linux/init.h> | 32 | #include <linux/init.h> |
40 | #include <asm/time.h> | ||
41 | 33 | ||
42 | #include <asm/abs_addr.h> | 34 | #include <asm/abs_addr.h> |
43 | #include <asm/lv1call.h> | 35 | #include <asm/lv1call.h> |