hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/kernel/arch_timer.c
....@@ -1,18 +1,16 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/kernel/arch_timer.c
34 *
45 * Copyright (C) 2011 ARM Ltd.
56 * All Rights Reserved
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118 #include <linux/init.h>
129 #include <linux/types.h>
1310 #include <linux/errno.h>
1411
1512 #include <asm/delay.h>
13
+#include <asm/arch_timer.h>
1614
1715 #include <clocksource/arm_arch_timer.h>
1816