浏览代码

[PATCH] kill <asm/ioctl32.h>

These days <linux/ioctl32.h> handles everything, no need for an asm
header on just two architectures.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Christoph Hellwig 20 年之前
父节点
当前提交
5418b6925c
共有 3 个文件被更改,包括 0 次插入3 次删除
  1. 0 1
      arch/ia64/ia32/ia32_ioctl.c
  2. 0 1
      include/asm-ia64/ioctl32.h
  3. 0 1
      include/asm-x86_64/ioctl32.h

+ 0 - 1
arch/ia64/ia32/ia32_ioctl.c

@@ -13,7 +13,6 @@
   
 #define	INCLUDES
 #include "compat_ioctl.c"
-#include <asm/ioctl32.h>
 
 #define IOCTL_NR(a)	((a) & ~(_IOC_SIZEMASK << _IOC_SIZESHIFT))
 

+ 0 - 1
include/asm-ia64/ioctl32.h

@@ -1 +0,0 @@
-#include <linux/ioctl32.h>

+ 0 - 1
include/asm-x86_64/ioctl32.h

@@ -1 +0,0 @@
-#include <linux/ioctl32.h>