commit | 2143acc6dc79bdbff812f02a7dc5ab9d4fc81fc8 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Mon Nov 21 14:53:03 2005 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 13:48:32 2006 -0800 |
tree | 523c2d57e412766bfc37b9ff6c22ff01108c92a5 | |
parent | ba9dc657af86d05d2971633e57d1f6f94ed60472 [diff] |
[PATCH] USB: make registering a usb driver automatically set the module owner This fixes the driver that forgot to set the module owner up. Now we can remove the unneeded pointer from the usb driver structure. The idea for how to do this was from Al Viro, who did this for the PCI drivers. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>