forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/mti-malta/malta-setup.c
....@@ -1,20 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Carsten Langgaard, carstenl@mips.com
34 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
45 * Copyright (C) 2008 Dmitri Vorobiev
5
- *
6
- * This program is free software; you can distribute it and/or modify it
7
- * under the terms of the GNU General Public License (Version 2) as
8
- * published by the Free Software Foundation.
9
- *
10
- * This program is distributed in the hope it will be useful, but WITHOUT
11
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13
- * for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License along
16
- * with this program; if not, write to the Free Software Foundation, Inc.,
17
- * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
186 */
197 #include <linux/cpu.h>
208 #include <linux/init.h>
....@@ -28,7 +16,6 @@
2816
2917 #include <asm/dma-coherence.h>
3018 #include <asm/fw/fw.h>
31
-#include <asm/mach-malta/malta-dtshim.h>
3219 #include <asm/mips-cps.h>
3320 #include <asm/mips-boards/generic.h>
3421 #include <asm/mips-boards/malta.h>
....@@ -80,8 +67,6 @@
8067 {
8168 return "MIPS Malta";
8269 }
83
-
84
-const char display_string[] = " LINUX ON MALTA ";
8570
8671 #ifdef CONFIG_BLK_DEV_FD
8772 static void __init fd_activate(void)