Skip to content

Commit

Permalink
USB: serial: export symbol of usb_serial_generic_resume
Browse files Browse the repository at this point in the history
This exports a symbol for usb_serial_generic_resume, so that modules can
use it.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent d55c0ae commit 81d043c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/serial/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ int usb_serial_generic_resume(struct usb_serial *serial)

return c ? -EIO : 0;
}
EXPORT_SYMBOL_GPL(usb_serial_generic_resume);

void usb_serial_generic_close(struct tty_struct *tty,
struct usb_serial_port *port, struct file *filp)
Expand Down

0 comments on commit 81d043c

Please sign in to comment.