diff options
Diffstat (limited to 'drivers/net/arcnet')
-rw-r--r-- | drivers/net/arcnet/capmode.c | 2 | ||||
-rw-r--r-- | drivers/net/arcnet/com90xx.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/arcnet/capmode.c b/drivers/net/arcnet/capmode.c index e544953d8e9a..30580bbe252d 100644 --- a/drivers/net/arcnet/capmode.c +++ b/drivers/net/arcnet/capmode.c | |||
@@ -61,7 +61,7 @@ static struct ArcProto capmode_proto = | |||
61 | }; | 61 | }; |
62 | 62 | ||
63 | 63 | ||
64 | void arcnet_cap_init(void) | 64 | static void arcnet_cap_init(void) |
65 | { | 65 | { |
66 | int count; | 66 | int count; |
67 | 67 | ||
diff --git a/drivers/net/arcnet/com90xx.c b/drivers/net/arcnet/com90xx.c index f4113d26587a..d762fe46251e 100644 --- a/drivers/net/arcnet/com90xx.c +++ b/drivers/net/arcnet/com90xx.c | |||
@@ -583,7 +583,7 @@ static void com90xx_setmask(struct net_device *dev, int mask) | |||
583 | * | 583 | * |
584 | * However, it does make sure the card is in a defined state. | 584 | * However, it does make sure the card is in a defined state. |
585 | */ | 585 | */ |
586 | int com90xx_reset(struct net_device *dev, int really_reset) | 586 | static int com90xx_reset(struct net_device *dev, int really_reset) |
587 | { | 587 | { |
588 | struct arcnet_local *lp = netdev_priv(dev); | 588 | struct arcnet_local *lp = netdev_priv(dev); |
589 | short ioaddr = dev->base_addr; | 589 | short ioaddr = dev->base_addr; |