hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/net/phy/qsemi.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * drivers/net/phy/qsemi.c
34 *
....@@ -6,12 +7,6 @@
67 * Author: Andy Fleming
78 *
89 * Copyright (c) 2004 Freescale Semiconductor, Inc.
9
- *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License as published by the
12
- * Free Software Foundation; either version 2 of the License, or (at your
13
- * option) any later version.
14
- *
1510 */
1611 #include <linux/kernel.h>
1712 #include <linux/string.h>
....@@ -115,8 +110,7 @@
115110 .phy_id = 0x00181440,
116111 .name = "QS6612",
117112 .phy_id_mask = 0xfffffff0,
118
- .features = PHY_BASIC_FEATURES,
119
- .flags = PHY_HAS_INTERRUPT,
113
+ /* PHY_BASIC_FEATURES */
120114 .config_init = qs6612_config_init,
121115 .ack_interrupt = qs6612_ack_interrupt,
122116 .config_intr = qs6612_config_intr,