USB: usbserial: provide ezusb functions for an external module.
commit7bd4b20c876e5f7aa8e1405657aee9078f896d26
authorPaul Chavent <paul.chavent@free.fr>
Sat, 12 Jan 2008 14:23:17 +0000 (12 15:23 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 22:35:03 +0000 (1 14:35 -0800)
tree63a41a61639b3e22a1acc619201a13b66e778abe
parentcd930c931417295ac6b4d9fea62accc67192ac34
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>
drivers/usb/serial/Kconfig
drivers/usb/serial/ezusb.c