Skip to content

Commit

Permalink
USB: serial: usb_debug: Make static
Browse files Browse the repository at this point in the history
Sparse asked whether these could be static.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent 65bfd29 commit 619b572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/usb_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static struct usb_driver debug_driver = {
.no_dynamic_id = 1,
};

int usb_debug_open(struct tty_struct *tty, struct usb_serial_port *port,
static int usb_debug_open(struct tty_struct *tty, struct usb_serial_port *port,
struct file *filp)
{
port->bulk_out_size = USB_DEBUG_MAX_PACKET_SIZE;
Expand Down

0 comments on commit 619b572

Please sign in to comment.