| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /** |
|---|
| 2 | | - * Cadence GEM PCI wrapper. |
|---|
| 3 | + * DOC: Cadence GEM PCI wrapper. |
|---|
| 3 | 4 | * |
|---|
| 4 | | - * Copyright (C) 2016 Cadence Design Systems - http://www.cadence.com |
|---|
| 5 | + * Copyright (C) 2016 Cadence Design Systems - https://www.cadence.com |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Authors: Rafal Ozieblo <rafalo@cadence.com> |
|---|
| 7 | 8 | * Bartosz Folta <bfolta@cadence.com> |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software: you can redistribute it and/or modify |
|---|
| 10 | | - * it under the terms of the GNU General Public License version 2 of |
|---|
| 11 | | - * the License as published by the Free Software Foundation. |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 14 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 15 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 16 | | - * GNU General Public License for more details. |
|---|
| 17 | | - * |
|---|
| 18 | | - * You should have received a copy of the GNU General Public License |
|---|
| 19 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 20 | 9 | */ |
|---|
| 21 | 10 | |
|---|
| 22 | 11 | #include <linux/clk.h> |
|---|
| .. | .. |
|---|
| 24 | 13 | #include <linux/etherdevice.h> |
|---|
| 25 | 14 | #include <linux/module.h> |
|---|
| 26 | 15 | #include <linux/pci.h> |
|---|
| 27 | | -#include <linux/platform_data/macb.h> |
|---|
| 28 | 16 | #include <linux/platform_device.h> |
|---|
| 29 | 17 | #include "macb.h" |
|---|
| 30 | 18 | |
|---|