diff options
Diffstat (limited to 'drivers/net/fs_enet/mii-bitbang.c')
-rw-r--r-- | drivers/net/fs_enet/mii-bitbang.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/fs_enet/mii-bitbang.c b/drivers/net/fs_enet/mii-bitbang.c index 1a41ea60f982..422f82877873 100644 --- a/drivers/net/fs_enet/mii-bitbang.c +++ b/drivers/net/fs_enet/mii-bitbang.c | |||
@@ -12,7 +12,6 @@ | |||
12 | * kind, whether express or implied. | 12 | * kind, whether express or implied. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | |||
16 | #include <linux/module.h> | 15 | #include <linux/module.h> |
17 | #include <linux/types.h> | 16 | #include <linux/types.h> |
18 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
@@ -308,7 +307,6 @@ static int fs_mii_bitbang_init(struct bb_info *bitbang, struct fs_mii_bb_platfor | |||
308 | return 0; | 307 | return 0; |
309 | } | 308 | } |
310 | 309 | ||
311 | |||
312 | static int __devinit fs_enet_mdio_probe(struct device *dev) | 310 | static int __devinit fs_enet_mdio_probe(struct device *dev) |
313 | { | 311 | { |
314 | struct platform_device *pdev = to_platform_device(dev); | 312 | struct platform_device *pdev = to_platform_device(dev); |
@@ -371,7 +369,6 @@ bus_register_fail: | |||
371 | return err; | 369 | return err; |
372 | } | 370 | } |
373 | 371 | ||
374 | |||
375 | static int fs_enet_mdio_remove(struct device *dev) | 372 | static int fs_enet_mdio_remove(struct device *dev) |
376 | { | 373 | { |
377 | struct mii_bus *bus = dev_get_drvdata(dev); | 374 | struct mii_bus *bus = dev_get_drvdata(dev); |