summaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/mtouchusb.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2005-11-21 23:53:03 +0100
committerGreg Kroah-Hartman2006-01-04 22:48:34 +0100
commit75318d2d7cab77b14c5d3dbd5e69f2680a769e16 (patch)
tree13098167bd41d7dd0b0d3f678534a6daa29b4005 /drivers/usb/input/mtouchusb.c
parent[PATCH] USB: make registering a usb driver automatically set the module owner (diff)
downloadkernel-qcow2-linux-75318d2d7cab77b14c5d3dbd5e69f2680a769e16.tar.gz
kernel-qcow2-linux-75318d2d7cab77b14c5d3dbd5e69f2680a769e16.tar.xz
kernel-qcow2-linux-75318d2d7cab77b14c5d3dbd5e69f2680a769e16.zip
[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>
Diffstat (limited to 'drivers/usb/input/mtouchusb.c')
-rw-r--r--drivers/usb/input/mtouchusb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/input/mtouchusb.c b/drivers/usb/input/mtouchusb.c
index 52cc18cd247d..f018953a5485 100644
--- a/drivers/usb/input/mtouchusb.c
+++ b/drivers/usb/input/mtouchusb.c
@@ -310,7 +310,6 @@ static void mtouchusb_disconnect(struct usb_interface *intf)
MODULE_DEVICE_TABLE(usb, mtouchusb_devices);
static struct usb_driver mtouchusb_driver = {
- .owner = THIS_MODULE,
.name = "mtouchusb",
.probe = mtouchusb_probe,
.disconnect = mtouchusb_disconnect,