| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/net/phy/national.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * Maintainer: Giuseppe Cavallaro <peppe.cavallaro@st.com> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * 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 | | - * |
|---|
| 16 | 11 | */ |
|---|
| 17 | 12 | |
|---|
| 18 | 13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
|---|
| .. | .. |
|---|
| 136 | 131 | .phy_id = DP83865_PHY_ID, |
|---|
| 137 | 132 | .phy_id_mask = 0xfffffff0, |
|---|
| 138 | 133 | .name = "NatSemi DP83865", |
|---|
| 139 | | - .features = PHY_GBIT_FEATURES, |
|---|
| 140 | | - .flags = PHY_HAS_INTERRUPT, |
|---|
| 134 | + /* PHY_GBIT_FEATURES */ |
|---|
| 141 | 135 | .config_init = ns_config_init, |
|---|
| 142 | 136 | .ack_interrupt = ns_ack_interrupt, |
|---|
| 143 | 137 | .config_intr = ns_config_intr, |
|---|