瀏覽代碼

[SPARC64]: Kill some unnecessary includes from ioctl32.c

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 年之前
父節點
當前提交
dd3e2dcf34
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      arch/sparc64/kernel/ioctl32.c

+ 0 - 5
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.