From e35cee7a537009f35a0da821043813071c35a3e3 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 3 Mar 2006 20:14:09 +0000 Subject: small compilation issues git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@973 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/xpp_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/xpp_usb.c') 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, -- cgit v1.2.3