hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/net/phy/ax88796b.c
....@@ -1,13 +1,7 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+// SPDX-License-Identifier: GPL-2.0+
22 /* Driver for Asix PHYs
33 *
44 * Author: Michael Schmitz <schmitzmic@gmail.com>
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
9
- * option) any later version.
10
- *
115 */
126 #include <linux/kernel.h>
137 #include <linux/errno.h>
....@@ -49,7 +43,7 @@
4943 .phy_id = PHY_ID_ASIX_AX88796B,
5044 .name = "Asix Electronics AX88796B",
5145 .phy_id_mask = 0xfffffff0,
52
- .features = PHY_BASIC_FEATURES,
46
+ /* PHY_BASIC_FEATURES */
5347 .soft_reset = asix_soft_reset,
5448 } };
5549