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

authored by Robert P. J. Day and committed by Ralf Baechle 40139bd4 f13cc01d

-5
-5
include/asm-mips/ioctl.h
··· 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.