projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48497e
)
[SPARC64]: Kill some unnecessary includes from ioctl32.c
author
David S. Miller
<davem@davemloft.net>
Mon, 7 Nov 2005 22:13:46 +0000
(14:13 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 7 Nov 2005 22:13:46 +0000
(14:13 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/ioctl32.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/ioctl32.c
b/arch/sparc64/kernel/ioctl32.c
index
5eab41c
..
92e2630
100644
(file)
--- a/
arch/sparc64/kernel/ioctl32.c
+++ b/
arch/sparc64/kernel/ioctl32.c
@@
-11,13
+11,8
@@
#define INCLUDES
#include "compat_ioctl.c"
-#include <linux/ncp_fs.h>
#include <linux/syscalls.h>
#include <asm/fbio.h>
-#include <asm/envctrl.h>
-#include <asm/display7seg.h>
-#include <asm/openpromio.h>
-#include <asm/watchdog.h>
/* Use this to get at 32-bit user passed pointers.
* See sys_sparc32.c for description about it.