[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>
This commit is contained in:
Duncan Sands
2006-01-13 09:36:20 +01:00
committed by Greg Kroah-Hartman
parent 35644b0cce
commit 0dfcd3e444
5 changed files with 1 additions and 7 deletions

View File

@@ -100,8 +100,6 @@ struct usbatm_data;
*/
struct usbatm_driver {
struct module *owner;
const char *driver_name;
/* init device ... can sleep, or cause probe() failure */