commit | b973b4c91be8f7de0531cf8ca2df41021d8f39b3 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Sep 17 05:44:53 2012 +0400 |
committer | Chris Zankel <chris@zankel.net> | Wed Oct 03 15:13:03 2012 -0700 |
tree | 3ef93eea786600cb1352b81366df990d645c3400 | |
parent | 6907b4564b77cd8a468716ea39dc152e48f03538 [diff] |
xtensa: fix TIOCGSERIAL and TIOCSSERIAL definitions Put equivalent constants into TIOCGSERIAL and TIOCSSERIAL definitions: size subfield of these IOCTL codes is not used and no other architecture uses _IO* macros here. The other way could be putting #include <linux/serial.h> into net/bluetooth/rfcomm/tty.c. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>