--- rt2500usb.c.orig 2006-08-17 12:47:35.000000000 +0100 +++ rt2500usb.c 2006-08-17 12:48:21.000000000 +0100 @@ -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,