diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/bluetooth/hci_vhci.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c index d5cde6d86f89..ff02e901ab83 100644 --- a/drivers/bluetooth/hci_vhci.c +++ b/drivers/bluetooth/hci_vhci.c | |||
@@ -218,12 +218,6 @@ static unsigned int vhci_poll(struct file *file, poll_table *wait) | |||
218 | return POLLOUT | POLLWRNORM; | 218 | return POLLOUT | POLLWRNORM; |
219 | } | 219 | } |
220 | 220 | ||
221 | static int vhci_ioctl(struct inode *inode, struct file *file, | ||
222 | unsigned int cmd, unsigned long arg) | ||
223 | { | ||
224 | return -EINVAL; | ||
225 | } | ||
226 | |||
227 | static int vhci_open(struct inode *inode, struct file *file) | 221 | static int vhci_open(struct inode *inode, struct file *file) |
228 | { | 222 | { |
229 | struct vhci_data *data; | 223 | struct vhci_data *data; |
@@ -287,7 +281,6 @@ static const struct file_operations vhci_fops = { | |||
287 | .read = vhci_read, | 281 | .read = vhci_read, |
288 | .write = vhci_write, | 282 | .write = vhci_write, |
289 | .poll = vhci_poll, | 283 | .poll = vhci_poll, |
290 | .ioctl = vhci_ioctl, | ||
291 | .open = vhci_open, | 284 | .open = vhci_open, |
292 | .release = vhci_release, | 285 | .release = vhci_release, |
293 | }; | 286 | }; |