realtek.c (11e4afb49b7fa1fc8e1ffd850c1806dd86a08204) | realtek.c (cf93c94581bab447a5634c6d737c1cf38c080261) |
---|---|
1/* 2 * drivers/net/phy/realtek.c 3 * 4 * Driver for Realtek PHYs 5 * 6 * Author: Johnson Leung <r58129@freescale.com> 7 * 8 * Copyright (c) 2004 Freescale Semiconductor, Inc. --- 65 unchanged lines hidden (view full) --- 74static void __exit realtek_exit(void) 75{ 76 phy_driver_unregister(&rtl821x_driver); 77} 78 79module_init(realtek_init); 80module_exit(realtek_exit); 81 | 1/* 2 * drivers/net/phy/realtek.c 3 * 4 * Driver for Realtek PHYs 5 * 6 * Author: Johnson Leung <r58129@freescale.com> 7 * 8 * Copyright (c) 2004 Freescale Semiconductor, Inc. --- 65 unchanged lines hidden (view full) --- 74static void __exit realtek_exit(void) 75{ 76 phy_driver_unregister(&rtl821x_driver); 77} 78 79module_init(realtek_init); 80module_exit(realtek_exit); 81 |
82static struct mdio_device_id realtek_tbl[] = { | 82static struct mdio_device_id __maybe_unused realtek_tbl[] = { |
83 { 0x001cc912, 0x001fffff }, 84 { } 85}; 86 87MODULE_DEVICE_TABLE(mdio, realtek_tbl); | 83 { 0x001cc912, 0x001fffff }, 84 { } 85}; 86 87MODULE_DEVICE_TABLE(mdio, realtek_tbl); |