et1011c.c (11e4afb49b7fa1fc8e1ffd850c1806dd86a08204) | et1011c.c (cf93c94581bab447a5634c6d737c1cf38c080261) |
---|---|
1/* 2 * drivers/net/phy/et1011c.c 3 * 4 * Driver for LSI ET1011C PHYs 5 * 6 * Author: Chaithrika U S 7 * 8 * Copyright (c) 2008 Texas Instruments --- 97 unchanged lines hidden (view full) --- 106static void __exit et1011c_exit(void) 107{ 108 phy_driver_unregister(&et1011c_driver); 109} 110 111module_init(et1011c_init); 112module_exit(et1011c_exit); 113 | 1/* 2 * drivers/net/phy/et1011c.c 3 * 4 * Driver for LSI ET1011C PHYs 5 * 6 * Author: Chaithrika U S 7 * 8 * Copyright (c) 2008 Texas Instruments --- 97 unchanged lines hidden (view full) --- 106static void __exit et1011c_exit(void) 107{ 108 phy_driver_unregister(&et1011c_driver); 109} 110 111module_init(et1011c_init); 112module_exit(et1011c_exit); 113 |
114static struct mdio_device_id et1011c_tbl[] = { | 114static struct mdio_device_id __maybe_unused et1011c_tbl[] = { |
115 { 0x0282f014, 0xfffffff0 }, 116 { } 117}; 118 119MODULE_DEVICE_TABLE(mdio, et1011c_tbl); | 115 { 0x0282f014, 0xfffffff0 }, 116 { } 117}; 118 119MODULE_DEVICE_TABLE(mdio, et1011c_tbl); |