.. | .. |
---|
1 | | -// SPDX-License-Identifier: GPL-2.0 |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
---|
2 | 2 | /* Driver for Asix PHYs |
---|
3 | 3 | * |
---|
4 | 4 | * 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 | | - * |
---|
11 | 5 | */ |
---|
12 | 6 | #include <linux/kernel.h> |
---|
13 | 7 | #include <linux/errno.h> |
---|
.. | .. |
---|
49 | 43 | .phy_id = PHY_ID_ASIX_AX88796B, |
---|
50 | 44 | .name = "Asix Electronics AX88796B", |
---|
51 | 45 | .phy_id_mask = 0xfffffff0, |
---|
52 | | - .features = PHY_BASIC_FEATURES, |
---|
| 46 | + /* PHY_BASIC_FEATURES */ |
---|
53 | 47 | .soft_reset = asix_soft_reset, |
---|
54 | 48 | } }; |
---|
55 | 49 | |
---|