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:
parent
d9dea3c1c0
commit
35e2bed559
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue