diff options
Diffstat (limited to 'net-wireless/rt2x00/files/rt2x00-2.0.0_beta3-compat.patch')
-rw-r--r-- | net-wireless/rt2x00/files/rt2x00-2.0.0_beta3-compat.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/rt2x00/files/rt2x00-2.0.0_beta3-compat.patch b/net-wireless/rt2x00/files/rt2x00-2.0.0_beta3-compat.patch index 0dfa3efce303..fa5e5d915dd3 100644 --- a/net-wireless/rt2x00/files/rt2x00-2.0.0_beta3-compat.patch +++ b/net-wireless/rt2x00/files/rt2x00-2.0.0_beta3-compat.patch @@ -4,9 +4,9 @@ #endif /* CONFIG_RT2X00_DEBUG */ static struct usb_driver rt2x00_usb_driver = { -+#ifdef LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15) ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15) .owner = THIS_MODULE, -+#ifdef /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15) */ ++#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15) */ .name = DRV_NAME, .id_table = rt2x00_device_usb_tbl, .probe = rt2x00_usb_probe, |