Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341771
b: refs/heads/master
c: 4f2c53e
h: refs/heads/master
i:
  341769: 681e2be
  341767: ebec907
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 3a7f927 commit 4bf4c31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 64bc40de134bb5c7826ff384016f654219ed3956
refs/heads/master: 4f2c53ea27a8d12aaf07f61b5d13d20cadfdefd0
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ static const struct net_device_ops fs_enet_netdev_ops = {
};

static struct of_device_id fs_enet_match[];
static int __devinit fs_enet_probe(struct platform_device *ofdev)
static int fs_enet_probe(struct platform_device *ofdev)
{
const struct of_device_id *match;
struct net_device *ndev;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/freescale/fs_enet/mii-bitbang.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static struct mdiobb_ops bb_ops = {
.get_mdio_data = mdio_read,
};

static int __devinit fs_mii_bitbang_init(struct mii_bus *bus,
static int fs_mii_bitbang_init(struct mii_bus *bus,
struct device_node *np)
{
struct resource res;
Expand Down Expand Up @@ -150,7 +150,7 @@ static int __devinit fs_mii_bitbang_init(struct mii_bus *bus,
return 0;
}

static int __devinit fs_enet_mdio_probe(struct platform_device *ofdev)
static int fs_enet_mdio_probe(struct platform_device *ofdev)
{
struct mii_bus *new_bus;
struct bb_info *bitbang;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/freescale/fs_enet/mii-fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static int fs_enet_fec_mii_reset(struct mii_bus *bus)
}

static struct of_device_id fs_enet_mdio_fec_match[];
static int __devinit fs_enet_mdio_probe(struct platform_device *ofdev)
static int fs_enet_mdio_probe(struct platform_device *ofdev)
{
const struct of_device_id *match;
struct resource res;
Expand Down

0 comments on commit 4bf4c31

Please sign in to comment.