diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/3c527.c | 2 | ||||
-rw-r--r-- | drivers/net/hamradio/6pack.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/3c527.c b/drivers/net/3c527.c index b72b89d53ec8..fae295b6809c 100644 --- a/drivers/net/3c527.c +++ b/drivers/net/3c527.c | |||
@@ -103,8 +103,8 @@ DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE " Richard Procter <rnp@paradise.net. | |||
103 | #include <linux/ethtool.h> | 103 | #include <linux/ethtool.h> |
104 | #include <linux/completion.h> | 104 | #include <linux/completion.h> |
105 | #include <linux/bitops.h> | 105 | #include <linux/bitops.h> |
106 | #include <linux/semaphore.h> | ||
106 | 107 | ||
107 | #include <asm/semaphore.h> | ||
108 | #include <asm/uaccess.h> | 108 | #include <asm/uaccess.h> |
109 | #include <asm/system.h> | 109 | #include <asm/system.h> |
110 | #include <asm/io.h> | 110 | #include <asm/io.h> |
diff --git a/drivers/net/hamradio/6pack.c b/drivers/net/hamradio/6pack.c index 0a9b75139e0f..1da55dd2a5a0 100644 --- a/drivers/net/hamradio/6pack.c +++ b/drivers/net/hamradio/6pack.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <linux/init.h> | 33 | #include <linux/init.h> |
34 | #include <linux/ip.h> | 34 | #include <linux/ip.h> |
35 | #include <linux/tcp.h> | 35 | #include <linux/tcp.h> |
36 | #include <asm/semaphore.h> | 36 | #include <linux/semaphore.h> |
37 | #include <asm/atomic.h> | 37 | #include <asm/atomic.h> |
38 | 38 | ||
39 | #define SIXPACK_VERSION "Revision: 0.3.0" | 39 | #define SIXPACK_VERSION "Revision: 0.3.0" |