]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/bluetooth/hci_ldisc.c
arm ide breakage
[linux-2.6-omap-h63xx.git] / drivers / bluetooth / hci_ldisc.c
index 8dfcf77cb71783c892437f5cb20eff417c1ee94e..4426bb552bd90849b8df4e06c1a8e03f2a4af12f 100644 (file)
@@ -484,7 +484,7 @@ static int hci_uart_tty_ioctl(struct tty_struct *tty, struct file * file,
                return -EUNATCH;
 
        default:
-               err = n_tty_ioctl(tty, file, cmd, arg);
+               err = n_tty_ioctl_helper(tty, file, cmd, arg);
                break;
        };