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/cxacru.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/cxacru.c')
-rw-r--r-- | drivers/usb/atm/cxacru.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c index fc130b2171aa..0b02a6d9f243 100644 --- a/drivers/usb/atm/cxacru.c +++ b/drivers/usb/atm/cxacru.c | |||
@@ -833,7 +833,6 @@ static const struct usb_device_id cxacru_usb_ids[] = { | |||
833 | MODULE_DEVICE_TABLE(usb, cxacru_usb_ids); | 833 | MODULE_DEVICE_TABLE(usb, cxacru_usb_ids); |
834 | 834 | ||
835 | static struct usbatm_driver cxacru_driver = { | 835 | static struct usbatm_driver cxacru_driver = { |
836 | .owner = THIS_MODULE, | ||
837 | .driver_name = cxacru_driver_name, | 836 | .driver_name = cxacru_driver_name, |
838 | .bind = cxacru_bind, | 837 | .bind = cxacru_bind, |
839 | .heavy_init = cxacru_heavy_init, | 838 | .heavy_init = cxacru_heavy_init, |