diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-24 06:17:09 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-26 23:06:06 +0000 |
commit | 40139bd459d3fe90ee560f46a2cb00f16b873170 (patch) | |
tree | 71b7c3b650445ad7bcc8cecc844903d064d4cb60 /include | |
parent | f13cc01d8d3630ba42680ac56b3bedfce812e531 (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')
-rw-r--r-- | include/asm-mips/ioctl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips/ioctl.h b/include/asm-mips/ioctl.h index cba641a6ce0..2036fcb9f11 100644 --- a/include/asm-mips/ioctl.h +++ b/include/asm-mips/ioctl.h @@ -38,11 +38,6 @@ #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS) /* - * We to additionally limit parameters to a maximum 255 bytes. - */ -#define _IOC_SLMASK 0xff - -/* * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit. * And this turns out useful to catch old ioctl numbers in header * files for us. |