forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/ethernet/ti/netcp_xgbepcsr.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * XGE PCSR module initialisation
34 *
....@@ -5,14 +6,6 @@
56 * Authors: Sandeep Nair <sandeep_n@ti.com>
67 * WingMan Kwok <w-kwok2@ti.com>
78 *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License as
10
- * published by the Free Software Foundation version 2.
11
- *
12
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
13
- * kind, whether express or implied; without even the implied warranty
14
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
169 */
1710 #include "netcp.h"
1811