forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/arch/sh/boards/mach-dreamcast/setup.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/boards/dreamcast/setup.c
34 *
....@@ -7,8 +8,6 @@
78 * Copyright (c) 2002, 2003, 2004 Paul Mundt <lethal@linux-sh.org>
89 *
910 * This file is part of the LinuxDC project (www.linuxdc.org)
10
- *
11
- * Released under the terms of the GNU GPL v2.0.
1211 *
1312 * This file originally bore the message (with enclosed-$):
1413 * Id: setup_dc.c,v 1.5 2001/05/24 05:09:16 mrbrown Exp
....@@ -30,7 +29,6 @@
3029
3130 static void __init dreamcast_setup(char **cmdline_p)
3231 {
33
- board_time_init = aica_time_init;
3432 }
3533
3634 static struct sh_machine_vector mv_dreamcast __initmv = {