mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00: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:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user