mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:42:38 -04:00
Staging: serqt_usb2: declare qt_open static in serqt_usb2
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d9dea3c1c0
commit
35e2bed559
@@ -866,7 +866,7 @@ static void qt_release(struct usb_serial *serial)
|
||||
|
||||
}
|
||||
|
||||
int qt_open(struct tty_struct *tty,
|
||||
static int qt_open(struct tty_struct *tty,
|
||||
struct usb_serial_port *port, struct file *filp)
|
||||
{
|
||||
struct usb_serial *serial;
|
||||
|
||||
Reference in New Issue
Block a user