hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/sh/include/mach-dreamcast/mach/sysasic.h
....@@ -1,4 +1,6 @@
1
-/* include/asm-sh/dreamcast/sysasic.h
1
+/* SPDX-License-Identifier: GPL-2.0
2
+ *
3
+ * include/asm-sh/dreamcast/sysasic.h
24 *
35 * Definitions for the Dreamcast System ASIC and related peripherals.
46 *
....@@ -6,9 +8,6 @@
68 * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org>
79 *
810 * This file is part of the LinuxDC project (www.linuxdc.org)
9
- *
10
- * Released under the terms of the GNU GPL v2.0.
11
- *
1211 */
1312 #ifndef __ASM_SH_DREAMCAST_SYSASIC_H
1413 #define __ASM_SH_DREAMCAST_SYSASIC_H
....@@ -42,7 +41,6 @@
4241 /* arch/sh/boards/mach-dreamcast/irq.c */
4342 extern int systemasic_irq_demux(int);
4443 extern void systemasic_irq_init(void);
45
-extern void aica_time_init(void);
4644
4745 #endif /* __ASM_SH_DREAMCAST_SYSASIC_H */
4846