diff options
author | Christoph Hellwig <hch@lst.de> | 2005-11-09 00:35:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:01 -0500 |
commit | b05a581d4865d74c0e270d27156a88d2dee9494e (patch) | |
tree | c3fb1f55aa2323198cdbd65e87cd300a2c0edbde /arch | |
parent | 7e4c54a2a4f1cec6a652c6014714ee51b7e1311f (diff) |
[PATCH] move some COMPATIBLE_IOCTL entries from x86_64 to common code
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/ia32/ia32_ioctl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86_64/ia32/ia32_ioctl.c b/arch/x86_64/ia32/ia32_ioctl.c index 4ba0e293d5e5..e335bd0b637d 100644 --- a/arch/x86_64/ia32/ia32_ioctl.c +++ b/arch/x86_64/ia32/ia32_ioctl.c | |||
@@ -64,12 +64,6 @@ struct ioctl_trans ioctl_start[] = { | |||
64 | #include <linux/compat_ioctl.h> | 64 | #include <linux/compat_ioctl.h> |
65 | #define DECLARES | 65 | #define DECLARES |
66 | #include "compat_ioctl.c" | 66 | #include "compat_ioctl.c" |
67 | COMPATIBLE_IOCTL(HDIO_SET_KEEPSETTINGS) | ||
68 | COMPATIBLE_IOCTL(HDIO_SCAN_HWIF) | ||
69 | COMPATIBLE_IOCTL(BLKRASET) | ||
70 | COMPATIBLE_IOCTL(0x4B50) /* KDGHWCLK - not in the kernel, but don't complain */ | ||
71 | COMPATIBLE_IOCTL(0x4B51) /* KDSHWCLK - not in the kernel, but don't complain */ | ||
72 | COMPATIBLE_IOCTL(FIOQSIZE) | ||
73 | 67 | ||
74 | /* And these ioctls need translation */ | 68 | /* And these ioctls need translation */ |
75 | /* realtime device */ | 69 | /* realtime device */ |