diff options
author | Christoph Hellwig <hch@lst.de> | 2005-05-16 21:53:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 07:59:21 -0700 |
commit | 5418b6925c353c8286651b67fdb8559dd9e54e46 (patch) | |
tree | cc380fc2fd9af6cf9930bd256f09499ef53915a5 /arch/ia64/ia32 | |
parent | afbf510d47c4009f5d67ec3c0e0b45eb0441bca3 (diff) | |
download | blackbird-op-linux-5418b6925c353c8286651b67fdb8559dd9e54e46.tar.gz blackbird-op-linux-5418b6925c353c8286651b67fdb8559dd9e54e46.zip |
[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>
Diffstat (limited to 'arch/ia64/ia32')
-rw-r--r-- | arch/ia64/ia32/ia32_ioctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/ia32/ia32_ioctl.c b/arch/ia64/ia32/ia32_ioctl.c index 9845dabe2613..164b211f4174 100644 --- a/arch/ia64/ia32/ia32_ioctl.c +++ b/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)) |