ChangeSet 1.2181.4.53, 2005/03/24 00:35:43-08:00, [EMAIL PROTECTED]

        USB: mark usb-serial interface GPL only
        
        This is done because you have to use a GPL only licensed .h file in 
order to write a usb-serial
        driver.
        
        Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>



 usb-serial.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


diff -Nru a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c
--- a/drivers/usb/serial/usb-serial.c   2005-03-30 15:15:23 -08:00
+++ b/drivers/usb/serial/usb-serial.c   2005-03-30 15:15:23 -08:00
@@ -1418,11 +1418,11 @@
 
 /* If the usb-serial core is built into the core, the usb-serial drivers
    need these symbols to load properly as modules. */
-EXPORT_SYMBOL(usb_serial_register);
-EXPORT_SYMBOL(usb_serial_deregister);
-EXPORT_SYMBOL(usb_serial_probe);
-EXPORT_SYMBOL(usb_serial_disconnect);
-EXPORT_SYMBOL(usb_serial_port_softint);
+EXPORT_SYMBOL_GPL(usb_serial_register);
+EXPORT_SYMBOL_GPL(usb_serial_deregister);
+EXPORT_SYMBOL_GPL(usb_serial_probe);
+EXPORT_SYMBOL_GPL(usb_serial_disconnect);
+EXPORT_SYMBOL_GPL(usb_serial_port_softint);
 
 
 /* Module information */
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to