]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
USB: usb_wwan: remove bogus function prototype
authorJohan Hovold <jhovold@gmail.com>
Mon, 26 May 2014 17:23:30 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:04:08 +0000 (15:04 -0700)
The usb_wwan_send_setup() function has never existed.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/usb-wwan.h

index dc379603c4b82b65beb8e5811b44a1e566199846..8502f9add3346efe043d7a04ef0810e8700218bb 100644 (file)
@@ -16,7 +16,6 @@ extern int usb_wwan_tiocmset(struct tty_struct *tty,
                             unsigned int set, unsigned int clear);
 extern int usb_wwan_ioctl(struct tty_struct *tty,
                          unsigned int cmd, unsigned long arg);
-extern int usb_wwan_send_setup(struct usb_serial_port *port);
 extern int usb_wwan_write(struct tty_struct *tty, struct usb_serial_port *port,
                          const unsigned char *buf, int count);
 extern int usb_wwan_chars_in_buffer(struct tty_struct *tty);