]> git.pld-linux.org Git - packages/kernel.git/blobdiff - linux-2.4.1-compilefailure.patch
- sk98lin part not needed now, looks strange anyway
[packages/kernel.git] / 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.02284 seconds and 4 git commands to generate.