diff options
Diffstat (limited to 'drivers/net/8390.h')
-rw-r--r-- | drivers/net/8390.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/8390.h b/drivers/net/8390.h index 51e39dcd0603..ca4eb0ccf8cf 100644 --- a/drivers/net/8390.h +++ b/drivers/net/8390.h | |||
@@ -7,7 +7,6 @@ | |||
7 | #ifndef _8390_h | 7 | #ifndef _8390_h |
8 | #define _8390_h | 8 | #define _8390_h |
9 | 9 | ||
10 | #include <linux/config.h> | ||
11 | #include <linux/if_ether.h> | 10 | #include <linux/if_ether.h> |
12 | #include <linux/ioport.h> | 11 | #include <linux/ioport.h> |
13 | #include <linux/skbuff.h> | 12 | #include <linux/skbuff.h> |
@@ -107,7 +106,7 @@ struct ei_device { | |||
107 | * Only generate indirect loads given a machine that needs them. | 106 | * Only generate indirect loads given a machine that needs them. |
108 | * - removed AMIGA_PCMCIA from this list, handled as ISA io now | 107 | * - removed AMIGA_PCMCIA from this list, handled as ISA io now |
109 | */ | 108 | */ |
110 | 109 | ||
111 | #if defined(CONFIG_MAC) || \ | 110 | #if defined(CONFIG_MAC) || \ |
112 | defined(CONFIG_ZORRO8390) || defined(CONFIG_ZORRO8390_MODULE) || \ | 111 | defined(CONFIG_ZORRO8390) || defined(CONFIG_ZORRO8390_MODULE) || \ |
113 | defined(CONFIG_HYDRA) || defined(CONFIG_HYDRA_MODULE) | 112 | defined(CONFIG_HYDRA) || defined(CONFIG_HYDRA_MODULE) |