diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-30 01:51:21 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:32:29 +0100 |
commit | b288f135872b651ebf6cd1565d0709a5e31997f7 (patch) | |
tree | 4466c2038022d406aa3378ea644e5a7989ec5a08 /arch/mips/kernel | |
parent | ea3d710fe572f0af4d242701973f7363b2146429 (diff) | |
download | blackbird-op-linux-b288f135872b651ebf6cd1565d0709a5e31997f7.tar.gz blackbird-op-linux-b288f135872b651ebf6cd1565d0709a5e31997f7.zip |
Switch Sibyte profiling driver to ->compat_ioctl
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/ioctl32.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/kernel/ioctl32.c b/arch/mips/kernel/ioctl32.c index c069719ff0d8..ed9b2da510be 100644 --- a/arch/mips/kernel/ioctl32.c +++ b/arch/mips/kernel/ioctl32.c @@ -41,12 +41,6 @@ IOCTL_TABLE_START #define DECLARES #include "compat_ioctl.c" -#ifdef CONFIG_SIBYTE_TBPROF -COMPATIBLE_IOCTL(SBPROF_ZBSTART) -COMPATIBLE_IOCTL(SBPROF_ZBSTOP) -COMPATIBLE_IOCTL(SBPROF_ZBWAITFULL) -#endif /* CONFIG_SIBYTE_TBPROF */ - /*HANDLE_IOCTL(RTC_IRQP_READ, w_long) COMPATIBLE_IOCTL(RTC_IRQP_SET) HANDLE_IOCTL(RTC_EPOCH_READ, w_long) |