summaryrefslogtreecommitdiff
path: root/xpp/xpp_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/xpp_usb.c')
-rw-r--r--xpp/xpp_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/xpp_usb.c b/xpp/xpp_usb.c
index 5caccb4..629789a 100644
--- a/xpp/xpp_usb.c
+++ b/xpp/xpp_usb.c
@@ -363,7 +363,7 @@ MODULE_DEVICE_TABLE (usb, xusb_table);
/* usb specific object needed to register this driver with the usb subsystem */
static struct usb_driver xusb_driver = {
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)
- .owner: THIS_MODULE,
+ .owner = THIS_MODULE,
#endif
.name = "xpp_usb",
.probe = xusb_probe,