mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[PATCH] USB: remove .owner field from struct usb_driver
It is no longer needed, so let's remove it, saving a bit of memory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2143acc6dc
commit
75318d2d7c
125 changed files with 0 additions and 128 deletions
|
@ -536,8 +536,6 @@ struct usb_dynids {
|
|||
|
||||
/**
|
||||
* struct usb_driver - identifies USB driver to usbcore
|
||||
* @owner: Pointer to the module owner of this driver; initialize
|
||||
* it using THIS_MODULE.
|
||||
* @name: The driver name should be unique among USB drivers,
|
||||
* and should normally be the same as the module name.
|
||||
* @probe: Called to see if the driver is willing to manage a particular
|
||||
|
@ -580,8 +578,6 @@ struct usb_dynids {
|
|||
* them as necessary, and blocking until the unlinks complete).
|
||||
*/
|
||||
struct usb_driver {
|
||||
struct module *owner;
|
||||
|
||||
const char *name;
|
||||
|
||||
int (*probe) (struct usb_interface *intf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue