Skip to content

Commit

Permalink
Staging: serqt_usb2: declare qt_open static in serqt_usb2
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Jul 12, 2009
1 parent d9dea3c commit 35e2bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 35e2bed

Please sign in to comment.