From c25bfac97c834dbde2f603f8f5a176bd94148987 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Mon, 17 Sep 2012 05:44:53 +0400 Subject: [PATCH] --- yaml --- r: 332324 b: refs/heads/master c: b973b4c91be8f7de0531cf8ca2df41021d8f39b3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/xtensa/include/asm/ioctls.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 853685899c25..96ad415216da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6907b4564b77cd8a468716ea39dc152e48f03538 +refs/heads/master: b973b4c91be8f7de0531cf8ca2df41021d8f39b3 diff --git a/trunk/arch/xtensa/include/asm/ioctls.h b/trunk/arch/xtensa/include/asm/ioctls.h index fd1d1369a407..2aa4cd9f0cec 100644 --- a/trunk/arch/xtensa/include/asm/ioctls.h +++ b/trunk/arch/xtensa/include/asm/ioctls.h @@ -71,8 +71,8 @@ #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) #define TIOCLINUX _IOW('T', 28, char) #define TIOCCONS _IO('T', 29) -#define TIOCGSERIAL _IOR('T', 30, struct serial_struct) -#define TIOCSSERIAL _IOW('T', 31, struct serial_struct) +#define TIOCGSERIAL 0x803C541E /*_IOR('T', 30, struct serial_struct)*/ +#define TIOCSSERIAL 0x403C541F /*_IOW('T', 31, struct serial_struct)*/ #define TIOCPKT _IOW('T', 32, int) # define TIOCPKT_DATA 0 # define TIOCPKT_FLUSHREAD 1