Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122902
b: refs/heads/master
c: 888432f
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 26, 2008
1 parent 667c2ce commit 4c45e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dac499f912abd5838fa3501efdcd0f23d5f4fc29
refs/heads/master: 888432f6720bec93ddae93c4d1483a18198a1b3b
2 changes: 1 addition & 1 deletion trunk/drivers/net/arcnet/capmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static struct ArcProto capmode_proto =
};


void arcnet_cap_init(void)
static void arcnet_cap_init(void)
{
int count;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/arcnet/com90xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ static void com90xx_setmask(struct net_device *dev, int mask)
*
* However, it does make sure the card is in a defined state.
*/
int com90xx_reset(struct net_device *dev, int really_reset)
static int com90xx_reset(struct net_device *dev, int really_reset)
{
struct arcnet_local *lp = netdev_priv(dev);
short ioaddr = dev->base_addr;
Expand Down

0 comments on commit 4c45e0e

Please sign in to comment.