summaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-01-25 02:44:03 -0500
committerJohan Hedberg <johan.hedberg@intel.com>2016-01-27 10:48:26 -0500
commitd10d34aa7c49e75146fc7149363286348e75e530 (patch)
tree80a523fa7dc1f414ef755435f8e697a335f1bf61 /fs/compat_ioctl.c
parent87f5fedb3bebbbb566f847dd0c567fcea49a36a6 (diff)
Bluetooth: Add missing COMPATIBLE_IOCTL for UART line discipline
The HCIUARTGETDEVICE, HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctl are missing the COMPATIBLE_IOCTL declaration. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r--fs/compat_ioctl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index a5b8eb69a8f4..6402eaf8ab95 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -1261,6 +1261,9 @@ COMPATIBLE_IOCTL(HCIUNBLOCKADDR)
1261COMPATIBLE_IOCTL(HCIINQUIRY) 1261COMPATIBLE_IOCTL(HCIINQUIRY)
1262COMPATIBLE_IOCTL(HCIUARTSETPROTO) 1262COMPATIBLE_IOCTL(HCIUARTSETPROTO)
1263COMPATIBLE_IOCTL(HCIUARTGETPROTO) 1263COMPATIBLE_IOCTL(HCIUARTGETPROTO)
1264COMPATIBLE_IOCTL(HCIUARTGETDEVICE)
1265COMPATIBLE_IOCTL(HCIUARTSETFLAGS)
1266COMPATIBLE_IOCTL(HCIUARTGETFLAGS)
1264COMPATIBLE_IOCTL(RFCOMMCREATEDEV) 1267COMPATIBLE_IOCTL(RFCOMMCREATEDEV)
1265COMPATIBLE_IOCTL(RFCOMMRELEASEDEV) 1268COMPATIBLE_IOCTL(RFCOMMRELEASEDEV)
1266COMPATIBLE_IOCTL(RFCOMMGETDEVLIST) 1269COMPATIBLE_IOCTL(RFCOMMGETDEVLIST)