Commit 40139bd459d3fe90ee560f46a2cb00f16b873170

Authored by Robert P. J. Day
Committed by Ralf Baechle
1 parent f13cc01d8d

[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>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

include/asm-mips/ioctl.h
... ... @@ -38,11 +38,6 @@
38 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 41 * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit.
47 42 * And this turns out useful to catch old ioctl numbers in header
48 43 * files for us.