]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.0-t8-h8300-lkml.patch
- minor fix. it builds but linking needs fix.
[packages/kernel.git] / 2.6.0-t8-h8300-lkml.patch
1 diff -Nru linux-2.6.0-test8/arch/h8300/kernel/time.c linux-2.6.0-test8-h8300/arch/h8300/kernel/time.c
2 --- linux-2.6.0-test8/arch/h8300/kernel/time.c  2003-10-17 00:07:45.000000000 +0900
3 +++ linux-2.6.0-test8-h8300/arch/h8300/kernel/time.c    2003-10-19 02:26:08.000000000 +0900
4 @@ -143,3 +143,8 @@
5  }
6  
7  EXPORT_SYMBOL(do_settimeofday);
8 +
9 +unsigned long long sched_clock(void)
10 +{
11 +       return (unsigned long long)jiffies * (1000000000 / HZ);
12 +}
13 diff -Nru linux-2.6.0-test8/arch/h8300/lib/checksum.c linux-2.6.0-test8-h8300/arch/h8300/lib/checksum.c
14 --- linux-2.6.0-test8/arch/h8300/lib/checksum.c 2003-10-17 00:07:45.000000000 +0900
15 +++ linux-2.6.0-test8-h8300/arch/h8300/lib/checksum.c   2003-10-19 02:27:49.000000000 +0900
16 @@ -32,7 +32,6 @@
17     of the assembly has to go. */
18  
19  #include <net/checksum.h>
20 -#include <net/module.h>
21  
22  static inline unsigned short from32to16(unsigned long x)
23  {
This page took 0.051144 seconds and 3 git commands to generate.