vitesse.c (11e4afb49b7fa1fc8e1ffd850c1806dd86a08204) | vitesse.c (cf93c94581bab447a5634c6d737c1cf38c080261) |
---|---|
1/* 2 * Driver for Vitesse PHYs 3 * 4 * Author: Kriston Carson 5 * 6 * Copyright (c) 2005 Freescale Semiconductor, Inc. 7 * 8 * This program is free software; you can redistribute it and/or modify it --- 178 unchanged lines hidden (view full) --- 187{ 188 phy_driver_unregister(&vsc8244_driver); 189 phy_driver_unregister(&vsc8221_driver); 190} 191 192module_init(vsc82xx_init); 193module_exit(vsc82xx_exit); 194 | 1/* 2 * Driver for Vitesse PHYs 3 * 4 * Author: Kriston Carson 5 * 6 * Copyright (c) 2005 Freescale Semiconductor, Inc. 7 * 8 * This program is free software; you can redistribute it and/or modify it --- 178 unchanged lines hidden (view full) --- 187{ 188 phy_driver_unregister(&vsc8244_driver); 189 phy_driver_unregister(&vsc8221_driver); 190} 191 192module_init(vsc82xx_init); 193module_exit(vsc82xx_exit); 194 |
195static struct mdio_device_id vitesse_tbl[] = { | 195static struct mdio_device_id __maybe_unused vitesse_tbl[] = { |
196 { PHY_ID_VSC8244, 0x000fffc0 }, 197 { PHY_ID_VSC8221, 0x000ffff0 }, 198 { } 199}; 200 201MODULE_DEVICE_TABLE(mdio, vitesse_tbl); | 196 { PHY_ID_VSC8244, 0x000fffc0 }, 197 { PHY_ID_VSC8221, 0x000ffff0 }, 198 { } 199}; 200 201MODULE_DEVICE_TABLE(mdio, vitesse_tbl); |