diff options
Diffstat (limited to 'drivers/net/phy/marvell.c')
| -rw-r--r-- | drivers/net/phy/marvell.c | 14 | 
1 files changed, 13 insertions, 1 deletions
| diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 65ed385c2ceb..78b74e83ce5d 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | #include <linux/string.h> | 17 | #include <linux/string.h> | 
| 18 | #include <linux/errno.h> | 18 | #include <linux/errno.h> | 
| 19 | #include <linux/unistd.h> | 19 | #include <linux/unistd.h> | 
| 20 | #include <linux/slab.h> | ||
| 21 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> | 
| 22 | #include <linux/init.h> | 21 | #include <linux/init.h> | 
| 23 | #include <linux/delay.h> | 22 | #include <linux/delay.h> | 
| @@ -649,3 +648,16 @@ static void __exit marvell_exit(void) | |||
| 649 | 648 | ||
| 650 | module_init(marvell_init); | 649 | module_init(marvell_init); | 
| 651 | module_exit(marvell_exit); | 650 | module_exit(marvell_exit); | 
| 651 | |||
| 652 | static struct mdio_device_id marvell_tbl[] = { | ||
| 653 | { 0x01410c60, 0xfffffff0 }, | ||
| 654 | { 0x01410c90, 0xfffffff0 }, | ||
| 655 | { 0x01410cc0, 0xfffffff0 }, | ||
| 656 | { 0x01410e10, 0xfffffff0 }, | ||
| 657 | { 0x01410cb0, 0xfffffff0 }, | ||
| 658 | { 0x01410cd0, 0xfffffff0 }, | ||
| 659 | { 0x01410e30, 0xfffffff0 }, | ||
| 660 | { } | ||
| 661 | }; | ||
| 662 | |||
| 663 | MODULE_DEVICE_TABLE(mdio, marvell_tbl); | ||
