Bluetooth: Remove stub ioctl in hci_vhci
authorThomas Gleixner <tglx@linutronix.de>
Thu, 15 Oct 2009 20:28:53 +0000 (20:28 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Dec 2009 18:34:18 +0000 (19:34 +0100)
commit5990108cfcd3eb2d365c9ea6f82318be80c4e9d3
tree6f7df81f90820e37c0ca1d68e461262bfb0747fc
parentb3cf652afb5404685e3d7ed6780a8d1fa10e21da
Bluetooth: Remove stub ioctl in hci_vhci

Remove the empty ioctl which just returns -EINVAL. vfs_ioctl() will
return -ENOTTY instead, but I doubt that any application will notice
the difference :)

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_vhci.c