| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Driver for AMD am79c PHYs |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Author: Heiko Schocher <hs@denx.de> |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (c) 2011 DENX Software Engineering GmbH |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 9 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 10 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 11 | | - * option) any later version. |
|---|
| 12 | | - * |
|---|
| 13 | 8 | */ |
|---|
| 14 | 9 | #include <linux/kernel.h> |
|---|
| 15 | 10 | #include <linux/errno.h> |
|---|
| .. | .. |
|---|
| 65 | 60 | .phy_id = PHY_ID_AM79C874, |
|---|
| 66 | 61 | .name = "AM79C874", |
|---|
| 67 | 62 | .phy_id_mask = 0xfffffff0, |
|---|
| 68 | | - .features = PHY_BASIC_FEATURES, |
|---|
| 69 | | - .flags = PHY_HAS_INTERRUPT, |
|---|
| 63 | + /* PHY_BASIC_FEATURES */ |
|---|
| 70 | 64 | .config_init = am79c_config_init, |
|---|
| 71 | 65 | .ack_interrupt = am79c_ack_interrupt, |
|---|
| 72 | 66 | .config_intr = am79c_config_intr, |
|---|