hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/net/phy/national.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * drivers/net/phy/national.c
34 *
....@@ -7,12 +8,6 @@
78 * Maintainer: Giuseppe Cavallaro <peppe.cavallaro@st.com>
89 *
910 * Copyright (c) 2008 STMicroelectronics Limited
10
- *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License as published by the
13
- * Free Software Foundation; either version 2 of the License, or (at your
14
- * option) any later version.
15
- *
1611 */
1712
1813 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
....@@ -136,8 +131,7 @@
136131 .phy_id = DP83865_PHY_ID,
137132 .phy_id_mask = 0xfffffff0,
138133 .name = "NatSemi DP83865",
139
- .features = PHY_GBIT_FEATURES,
140
- .flags = PHY_HAS_INTERRUPT,
134
+ /* PHY_GBIT_FEATURES */
141135 .config_init = ns_config_init,
142136 .ack_interrupt = ns_ack_interrupt,
143137 .config_intr = ns_config_intr,