summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-08-17 14:06:45 +0000
committerRoy Marples <uberlord@gentoo.org>2006-08-17 14:06:45 +0000
commit8c2d414f27443804e985830aec4aa56ad98c4ef9 (patch)
treef28b0fa91a943539ad66634ff1e8a14f2f7c3950 /net-wireless
parenteautoreconf needed thanks to armin76 and j.romildo, bug 144196 (diff)
downloadgentoo-2-8c2d414f27443804e985830aec4aa56ad98c4ef9.tar.gz
gentoo-2-8c2d414f27443804e985830aec4aa56ad98c4ef9.tar.bz2
gentoo-2-8c2d414f27443804e985830aec4aa56ad98c4ef9.zip
Fixed patch
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/rt2x00/files/rt2x00-2.0.0_beta3-compat.patch4
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,