aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-02-24 06:17:09 -0500
committerRalf Baechle <ralf@linux-mips.org>2007-02-26 18:06:06 -0500
commit40139bd459d3fe90ee560f46a2cb00f16b873170 (patch)
tree71b7c3b650445ad7bcc8cecc844903d064d4cb60 /include/asm-mips
parentf13cc01d8d3630ba42680ac56b3bedfce812e531 (diff)
[MIPS] Remove unreferenced _IOC_SLMASK macro in ioctl.h.
Delete the definition of the apparently unreferenced macro _IOC_SLMASK. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/ioctl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips/ioctl.h b/include/asm-mips/ioctl.h
index cba641a6ce09..2036fcb9f117 100644
--- a/include/asm-mips/ioctl.h
+++ b/include/asm-mips/ioctl.h
@@ -38,11 +38,6 @@
38#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS) 38#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
39 39
40/* 40/*
41 * We to additionally limit parameters to a maximum 255 bytes.
42 */
43#define _IOC_SLMASK 0xff
44
45/*
46 * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit. 41 * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit.
47 * And this turns out useful to catch old ioctl numbers in header 42 * And this turns out useful to catch old ioctl numbers in header
48 * files for us. 43 * files for us.