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:
Родитель
d9dea3c1c0
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче