r122 - in unstable/rt2500/debian: . patches

benh at alioth.debian.org benh at alioth.debian.org
Fri Feb 8 00:56:28 UTC 2008


Author: benh
Date: 2008-02-08 00:56:28 +0000 (Fri, 08 Feb 2008)
New Revision: 122

Added:
   unstable/rt2500/debian/patches/006_2.6.24.diff
Modified:
   unstable/rt2500/debian/changelog
   unstable/rt2500/debian/patches/series
Log:
Removed use of SET_MODULE_OWNER, a no-op in Linux 2.6.x and removed in 2.6.24 (closes: bug#463869)


Modified: unstable/rt2500/debian/changelog
===================================================================
--- unstable/rt2500/debian/changelog	2008-02-06 02:18:24 UTC (rev 121)
+++ unstable/rt2500/debian/changelog	2008-02-08 00:56:28 UTC (rev 122)
@@ -1,3 +1,10 @@
+rt2500 (1:1.1.0-b4+cvs20070924-3) unstable; urgency=low
+
+  * Removed use of SET_MODULE_OWNER, a no-op in Linux 2.6.x and removed
+    in 2.6.24 (006_2.6.24.diff) (closes: bug#463869)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Fri, 08 Feb 2008 00:51:25 +0000
+
 rt2500 (1:1.1.0-b4+cvs20070924-2) unstable; urgency=low
 
   * Added dependency of rt2500-source on bzip2 (closes: bug#448717)

Added: unstable/rt2500/debian/patches/006_2.6.24.diff
===================================================================
--- unstable/rt2500/debian/patches/006_2.6.24.diff	                        (rev 0)
+++ unstable/rt2500/debian/patches/006_2.6.24.diff	2008-02-08 00:56:28 UTC (rev 122)
@@ -0,0 +1,11 @@
+--- rt2500.orig/Module/rtmp_main.c
++++ rt2500/Module/rtmp_main.c
+@@ -251,8 +251,6 @@
+         goto err_out;
+     }
+ 
+-    SET_MODULE_OWNER(net_dev);
+-
+     #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
+        SET_NETDEV_DEV(net_dev, &(pPci_Dev->dev));
+     #endif

Modified: unstable/rt2500/debian/patches/series
===================================================================
--- unstable/rt2500/debian/patches/series	2008-02-06 02:18:24 UTC (rev 121)
+++ unstable/rt2500/debian/patches/series	2008-02-08 00:56:28 UTC (rev 122)
@@ -1,3 +1,4 @@
+006_2.6.24.diff
 000_if_name.diff -p0
 004_fix_mlme_queue_locking.diff
 005_fix_error_rate_vars.diff




More information about the Pkg-ralink-commits mailing list