Index: xpp/xpp_usb.c =================================================================== --- xpp/xpp_usb.c (revision 957) +++ xpp/xpp_usb.c (working copy) @@ -362,7 +362,9 @@ /* usb specific object needed to register this driver with the usb subsystem */ static struct usb_driver xusb_driver = { - .owner = THIS_MODULE, +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16) + .owner: THIS_MODULE, +#endif .name = "xpp_usb", .probe = xusb_probe, .disconnect = xusb_disconnect,