aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ne.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ne.c')
-rw-r--r--drivers/net/ne.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ne.c b/drivers/net/ne.c
index 963a11fa9fe2..787aa4221528 100644
--- a/drivers/net/ne.c
+++ b/drivers/net/ne.c
@@ -160,7 +160,7 @@ static void ne_block_input(struct net_device *dev, int count,
160static void ne_block_output(struct net_device *dev, const int count, 160static void ne_block_output(struct net_device *dev, const int count,
161 const unsigned char *buf, const int start_page); 161 const unsigned char *buf, const int start_page);
162 162
163 163
164/* Probe for various non-shared-memory ethercards. 164/* Probe for various non-shared-memory ethercards.
165 165
166 NEx000-clone boards have a Station Address PROM (SAPROM) in the packet 166 NEx000-clone boards have a Station Address PROM (SAPROM) in the packet
@@ -807,7 +807,7 @@ retry:
807 return; 807 return;
808} 808}
809 809
810 810
811#ifdef MODULE 811#ifdef MODULE
812#define MAX_NE_CARDS 4 /* Max number of NE cards per module */ 812#define MAX_NE_CARDS 4 /* Max number of NE cards per module */
813static struct net_device *dev_ne[MAX_NE_CARDS]; 813static struct net_device *dev_ne[MAX_NE_CARDS];