Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201280
b: refs/heads/master
c: 3852cc3
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jul 26, 2010
1 parent 3ecf220 commit 4898629
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 18f9f11a09b07b1aa0f0d0187860ed763bca0f6e
refs/heads/master: 3852cc3343b658275964112984321134f3de0118
6 changes: 3 additions & 3 deletions trunk/drivers/net/declance.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ static const struct net_device_ops lance_netdev_ops = {
.ndo_set_mac_address = eth_mac_addr,
};

static int __init dec_lance_probe(struct device *bdev, const int type)
static int __devinit dec_lance_probe(struct device *bdev, const int type)
{
static unsigned version_printed;
static const char fmt[] = "declance%d";
Expand Down Expand Up @@ -1326,7 +1326,7 @@ static void __exit dec_lance_platform_remove(void)
}

#ifdef CONFIG_TC
static int __init dec_lance_tc_probe(struct device *dev);
static int __devinit dec_lance_tc_probe(struct device *dev);
static int __exit dec_lance_tc_remove(struct device *dev);

static const struct tc_device_id dec_lance_tc_table[] = {
Expand All @@ -1345,7 +1345,7 @@ static struct tc_driver dec_lance_tc_driver = {
},
};

static int __init dec_lance_tc_probe(struct device *dev)
static int __devinit dec_lance_tc_probe(struct device *dev)
{
int status = dec_lance_probe(dev, PMAD_LANCE);
if (!status)
Expand Down

0 comments on commit 4898629

Please sign in to comment.