diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-02-22 12:11:53 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-02-22 12:11:53 +0000 |
commit | faa3baa98b80089c40fc3124a85aba6a1ec5c210 (patch) | |
tree | 4debe40680b4ea3b790e71fba98d403bd5e81955 /net-dialup/fcdsl/files | |
parent | replace some more ABIs with GMPABI; fix taken from kanaka's auto-multilib ove... (diff) | |
download | gentoo-2-faa3baa98b80089c40fc3124a85aba6a1ec5c210.tar.gz gentoo-2-faa3baa98b80089c40fc3124a85aba6a1ec5c210.tar.bz2 gentoo-2-faa3baa98b80089c40fc3124a85aba6a1ec5c210.zip |
fcdslslusb patch thanks to Florian Lederer <Florian2780@gmx.de> in bug 165485
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-dialup/fcdsl/files')
-rw-r--r-- | net-dialup/fcdsl/files/fcdslslusb-2.6.20.diff | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-dialup/fcdsl/files/fcdslslusb-2.6.20.diff b/net-dialup/fcdsl/files/fcdslslusb-2.6.20.diff new file mode 100644 index 000000000000..a8ae5ac3d85c --- /dev/null +++ b/net-dialup/fcdsl/files/fcdslslusb-2.6.20.diff @@ -0,0 +1,23 @@ +--- usr/src/kernel-modules/fcdsl/src/src.fcdslslusb/main.c ++++ usr/src/kernel-modules/fcdsl/src/src.fcdslslusb/main.c +@@ -92,17 +92,12 @@ + + static struct usb_driver usb_driver = { + +-#ifndef OLD_USB_DRIVER +- .driver = { +-#endif +- .owner = THIS_MODULE, +- .name = TARGET, +-#ifndef OLD_USB_DRIVER +- }, +-#endif ++ .name = TARGET, ++ + .id_table = usb_id_table, + .probe = usb_probe, + .disconnect = usb_disconnect, ++ + } ; + + MODULE_DEVICE_TABLE (usb, usb_id_table); |