diff options
author | Duncan Sands <baldrick@free.fr> | 2006-01-13 03:36:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-31 20:23:39 -0500 |
commit | 0dfcd3e4444e88285ee7c199d0cbda21551d8c5d (patch) | |
tree | 9f2022f47e3711479f672ee7a7ea6224ebac0545 /drivers/usb/atm/speedtch.c | |
parent | 35644b0cce0ab8735944dcbfceb19e9e65da9a3d (diff) |
[PATCH] USBATM: remove .owner
Remove the unused .owner field in struct usbatm_driver.
Signed-off-by: Duncan Sands <baldrick@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/atm/speedtch.c')
-rw-r--r-- | drivers/usb/atm/speedtch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/atm/speedtch.c b/drivers/usb/atm/speedtch.c index 7b60d159dbed..1aca0b08f192 100644 --- a/drivers/usb/atm/speedtch.c +++ b/drivers/usb/atm/speedtch.c | |||
@@ -793,7 +793,6 @@ static void speedtch_unbind(struct usbatm_data *usbatm, struct usb_interface *in | |||
793 | ***********/ | 793 | ***********/ |
794 | 794 | ||
795 | static struct usbatm_driver speedtch_usbatm_driver = { | 795 | static struct usbatm_driver speedtch_usbatm_driver = { |
796 | .owner = THIS_MODULE, | ||
797 | .driver_name = speedtch_driver_name, | 796 | .driver_name = speedtch_driver_name, |
798 | .bind = speedtch_bind, | 797 | .bind = speedtch_bind, |
799 | .heavy_init = speedtch_heavy_init, | 798 | .heavy_init = speedtch_heavy_init, |