USB: usbserial: provide ezusb functions for an external module.
When building an external module, the ezusb_* functions are not defined if we haven't loaded any built'in module that use them (whiteheat, keyspan, ...). This patch allow to build those functions even if we only have selected the usbserial generic driver. Signed-off-by: Paul Chavent <paul.chavent@fnac.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cd930c9314
commit
7bd4b20c87
@ -53,6 +53,6 @@ int ezusb_set_reset (struct usb_serial *serial, unsigned char reset_bit)
|
||||
}
|
||||
|
||||
|
||||
EXPORT_SYMBOL(ezusb_writememory);
|
||||
EXPORT_SYMBOL(ezusb_set_reset);
|
||||
EXPORT_SYMBOL_GPL(ezusb_writememory);
|
||||
EXPORT_SYMBOL_GPL(ezusb_set_reset);
|
||||
|
||||
|
Reference in New Issue
Block a user