hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/ethernet/cadence/macb_pci.c
....@@ -1,22 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /**
2
- * Cadence GEM PCI wrapper.
3
+ * DOC: Cadence GEM PCI wrapper.
34 *
4
- * Copyright (C) 2016 Cadence Design Systems - http://www.cadence.com
5
+ * Copyright (C) 2016 Cadence Design Systems - https://www.cadence.com
56 *
67 * Authors: Rafal Ozieblo <rafalo@cadence.com>
78 * 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/>.
209 */
2110
2211 #include <linux/clk.h>
....@@ -24,7 +13,6 @@
2413 #include <linux/etherdevice.h>
2514 #include <linux/module.h>
2615 #include <linux/pci.h>
27
-#include <linux/platform_data/macb.h>
2816 #include <linux/platform_device.h>
2917 #include "macb.h"
3018