SOURCES: sk98lin-2.6.24.patch - fixed
hawk
hawk at pld-linux.org
Thu May 8 00:53:18 CEST 2008
Author: hawk Date: Wed May 7 22:53:18 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed
---- Files affected:
SOURCES:
sk98lin-2.6.24.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/sk98lin-2.6.24.patch
diff -u SOURCES/sk98lin-2.6.24.patch:1.1 SOURCES/sk98lin-2.6.24.patch:1.2
--- SOURCES/sk98lin-2.6.24.patch:1.1 Wed May 7 23:17:26 2008
+++ SOURCES/sk98lin-2.6.24.patch Thu May 8 00:53:12 2008
@@ -12,11 +12,13 @@
/*******************************************************************************
*
* Defines
-@@ -431,7 +435,6 @@
+@@ -431,7 +435,9 @@
return -ENODEV;
}
-- SET_MODULE_OWNER(dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)
+ SET_MODULE_OWNER(dev);
++#endif
#ifdef ENABLE_FUTURE_ETH
SET_ETHTOOL_OPS(dev, &sk98lin_ethtool_ops);
#endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/sk98lin-2.6.24.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list