icplus.c (daab7fc734a53fdeaf844b7c03053118ad1769da) icplus.c (cf93c94581bab447a5634c6d737c1cf38c080261)
1/*
2 * Driver for ICPlus PHYs
3 *
4 * Copyright (c) 2007 Freescale Semiconductor, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your

--- 120 unchanged lines hidden (view full) ---

129static void __exit ip175c_exit(void)
130{
131 phy_driver_unregister(&ip175c_driver);
132}
133
134module_init(ip175c_init);
135module_exit(ip175c_exit);
136
1/*
2 * Driver for ICPlus PHYs
3 *
4 * Copyright (c) 2007 Freescale Semiconductor, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your

--- 120 unchanged lines hidden (view full) ---

129static void __exit ip175c_exit(void)
130{
131 phy_driver_unregister(&ip175c_driver);
132}
133
134module_init(ip175c_init);
135module_exit(ip175c_exit);
136
137static struct mdio_device_id icplus_tbl[] = {
137static struct mdio_device_id __maybe_unused icplus_tbl[] = {
138 { 0x02430d80, 0x0ffffff0 },
139 { }
140};
141
142MODULE_DEVICE_TABLE(mdio, icplus_tbl);
138 { 0x02430d80, 0x0ffffff0 },
139 { }
140};
141
142MODULE_DEVICE_TABLE(mdio, icplus_tbl);