diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-12 12:23:25 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-12 12:23:25 -0800 |
commit | 9e6c67fd2716720d9029d38ea25884efcfdedeb6 (patch) | |
tree | 590d07900b52f148036fd99e1313a222b52cca51 /arch/powerpc/kernel/ioctl32.c | |
parent | 8225ccbaf01b459cf1e462047a51b2851e756bc1 (diff) | |
parent | 9ffb83bcc5c5337f980dc0576bf13ac9bd4fd33d (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Diffstat (limited to 'arch/powerpc/kernel/ioctl32.c')
-rw-r--r-- | arch/powerpc/kernel/ioctl32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/ioctl32.c b/arch/powerpc/kernel/ioctl32.c index 3fa6a93adbd0..0fa3d27fef01 100644 --- a/arch/powerpc/kernel/ioctl32.c +++ b/arch/powerpc/kernel/ioctl32.c @@ -40,10 +40,6 @@ IOCTL_TABLE_START #define DECLARES #include "compat_ioctl.c" -/* Little p (/dev/rtc, /dev/envctrl, etc.) */ -COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */ -COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */ - IOCTL_TABLE_END int ioctl_table_size = ARRAY_SIZE(ioctl_start); |