--- rt2500usb.c 2005-12-13 00:56:19.000000000 +0200 +++ rt2500usb.c.new 2006-05-07 18:54:33.000000000 +0300 @@ -1282,7 +1282,9 @@ #endif /* CONFIG_RT2X00_DEBUG */ static struct usb_driver rt2x00_usb_driver = { +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15) .owner = THIS_MODULE, +#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15) */ .name = DRV_NAME, .id_table = rt2x00_device_usb_tbl, .probe = rt2x00_usb_probe,