From 637535a732d174931f371eae446045bf5020ce6b Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 1 Feb 2006 03:06:09 -0800 Subject: [PATCH] --- yaml --- r: 19411 b: refs/heads/master c: 87f55e67dc1be000fa76009532906b168a80b3dd h: refs/heads/master i: 19409: e2439005893fcc60e8529a2bacdf6d70d311501c 19407: 6f97151e3702ba371ea27d0a95bac02667623d74 v: v3 --- [refs] | 2 +- trunk/include/asm-sh/ioctls.h | 2 +- trunk/include/asm-sh64/ioctls.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 730e3f51c0a6..f0bb8279ffee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3310bbd3add738c2b40bb4e4dc966cdea9d6a04 +refs/heads/master: 87f55e67dc1be000fa76009532906b168a80b3dd diff --git a/trunk/include/asm-sh/ioctls.h b/trunk/include/asm-sh/ioctls.h index 1866f3f90028..9d84a2d445a2 100644 --- a/trunk/include/asm-sh/ioctls.h +++ b/trunk/include/asm-sh/ioctls.h @@ -94,6 +94,6 @@ #define TIOCSERSETMULTI _IOW('T', 91, struct serial_multiport_struct) /* 0x545B */ /* Set multiport config */ #define TIOCMIWAIT _IO('T', 92) /* 0x545C */ /* wait for a change on serial input line(s) */ -#define TIOCGICOUNT _IOR('T', 93, struct async_icount) /* 0x545D */ /* read serial port inline interrupt counts */ +#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ #endif /* __ASM_SH_IOCTLS_H */ diff --git a/trunk/include/asm-sh64/ioctls.h b/trunk/include/asm-sh64/ioctls.h index 08f3c1f2e419..6b0c04f63c57 100644 --- a/trunk/include/asm-sh64/ioctls.h +++ b/trunk/include/asm-sh64/ioctls.h @@ -111,6 +111,6 @@ #define TIOCSERSETMULTI 0x40a8545b /* _IOW('T', 91, struct serial_multiport_struct) 0x545B */ /* Set multiport config */ #define TIOCMIWAIT 0x545c /* _IO('T', 92) wait for a change on serial input line(s) */ -#define TIOCGICOUNT 0x802c545d /* _IOR('T', 93, struct async_icount) 0x545D */ /* read serial port inline interrupt counts */ +#define TIOCGICOUNT 0x545d /* read serial port inline interrupt counts */ #endif /* __ASM_SH64_IOCTLS_H */