]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- sk98lin part not needed now, looks strange anyway auto/ac/kernel24-2_4_33-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Aug 2006 11:18:55 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.1-compilefailure.patch -> 1.37

linux-2.4.1-compilefailure.patch

index f24248fb53afda6e81b7351ac2e94aa170808f7e..59e86454f45274efa42e030f790ba3474e0fe47c 100644 (file)
@@ -179,21 +179,6 @@ diff -urN linux-2.4.22.org/drivers/net/rrunner.c linux-2.4.22/drivers/net/rrunne
  #endif
                /*
                 * Need to add a case for little-endian 64-bit hosts here.
-diff -urN linux-2.4.22.org/drivers/net/sk98lin/h/skgepnm2.h linux-2.4.22/drivers/net/sk98lin/h/skgepnm2.h
---- linux-2.4.22.org/drivers/net/sk98lin/h/skgepnm2.h  2003-11-23 15:59:43.000000000 +0100
-+++ linux-2.4.22/drivers/net/sk98lin/h/skgepnm2.h      2003-11-23 16:04:29.000000000 +0100
-@@ -371,7 +371,11 @@
- #if SK_TICKS_PER_SEC == 100
- #define SK_PNMI_HUNDREDS_SEC(t)       (t)
- #else
-+#if SK_TICKS_PER_SEC == 1000
-+#define SK_PNMI_HUNDREDS_SEC(t)       ((t*1000)>>10)
-+#else
- #define SK_PNMI_HUNDREDS_SEC(t)       (((t) * 100) / (SK_TICKS_PER_SEC))
-+#endif
- #endif /* !SK_TICKS_PER_SEC */
- #endif /* !SK_PNMI_HUNDREDS_SEC */
 diff -urN linux-2.4.22.org/drivers/net/wan/sdla_chdlc.c linux-2.4.22/drivers/net/wan/sdla_chdlc.c
 --- linux-2.4.22.org/drivers/net/wan/sdla_chdlc.c      2003-11-23 15:59:40.000000000 +0100
 +++ linux-2.4.22/drivers/net/wan/sdla_chdlc.c  2003-11-23 16:04:29.000000000 +0100
This page took 0.056181 seconds and 4 git commands to generate.