]> git.pld-linux.org Git - packages/e1000.git/blame_incremental - kernel-net-e1000-alpha.patch
- no more sparc->sparc64
[packages/e1000.git] / kernel-net-e1000-alpha.patch
... / ...
CommitLineData
1diff -ur e1000-4.3.15.orig/src/e1000.h e1000-4.3.15/src/e1000.h
2--- e1000-4.3.15.orig/src/e1000.h Sat Aug 10 00:50:23 2002
3+++ e1000-4.3.15/src/e1000.h Wed Jun 23 09:05:31 2004
4@@ -37,6 +37,7 @@
5
6 #include <linux/stddef.h>
7 #include <linux/config.h>
8+#include <asm/current.h>
9 #include <linux/module.h>
10 #include <linux/types.h>
11 #include <asm/byteorder.h>
12diff -ur e1000-4.3.15.orig/src/e1000_osdep.h e1000-4.3.15/src/e1000_osdep.h
13--- e1000-4.3.15.orig/src/e1000_osdep.h Sat Aug 10 00:50:23 2002
14+++ e1000-4.3.15/src/e1000_osdep.h Wed Jun 23 09:05:31 2004
15@@ -34,10 +34,12 @@
16 #ifndef _E1000_OSDEP_H_
17 #define _E1000_OSDEP_H_
18
19+#include <asm/current.h>
20 #include <linux/types.h>
21 #include <linux/pci.h>
22 #include <linux/delay.h>
23 #include <asm/io.h>
24+#include <asm/spinlock.h>
25 #include <linux/interrupt.h>
26 #include "kcompat.h"
27
28diff -ur e1000-4.3.15.orig/src/kcompat.h e1000-4.3.15/src/kcompat.h
29--- e1000-4.3.15.orig/src/kcompat.h Sat Aug 10 00:50:23 2002
30+++ e1000-4.3.15/src/kcompat.h Wed Jun 23 09:05:31 2004
31@@ -30,6 +30,7 @@
32 #define _KCOMPAT_H_
33
34 #include <linux/version.h>
35+#include <asm/current.h>
36 #include <linux/types.h>
37 #include <linux/errno.h>
38 #define __NO_VERSION__
This page took 0.023196 seconds and 4 git commands to generate.