From 546db14ee74118296f425f3b91634fb767d67290 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 27 Jan 2000 01:05:20 +0000 Subject: Merge with Linux 2.3.23. The new bootmem stuff has broken various platforms. At this time I've only verified that IP22 support compiles and IP27 actually works. --- include/asm-sh/ioctls.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/asm-sh/ioctls.h') diff --git a/include/asm-sh/ioctls.h b/include/asm-sh/ioctls.h index 56b5bff70..3905e572c 100644 --- a/include/asm-sh/ioctls.h +++ b/include/asm-sh/ioctls.h @@ -39,9 +39,9 @@ #define TIOCSTI _IOW('T', 18, char) /* 0x5412 */ #define TIOCMGET _IOR('T', 21, unsigned int) /* 0x5415 */ -#define TIOCMBIS _IOW('T', 22, unsigne int) /* 0x5416 */ -#define TIOCMBIC _IOW('T', 23, unsigne int) /* 0x5417 */ -#define TIOCMSET _IOW('T', 24, unsigne int) /* 0x5418 */ +#define TIOCMBIS _IOW('T', 22, unsigned int) /* 0x5416 */ +#define TIOCMBIC _IOW('T', 23, unsigned int) /* 0x5417 */ +#define TIOCMSET _IOW('T', 24, unsigned int) /* 0x5418 */ # define TIOCM_LE 0x001 # define TIOCM_DTR 0x002 # define TIOCM_RTS 0x004 -- cgit v1.2.3