forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/powerpc/platforms/maple/time.c
....@@ -1,12 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * (c) Copyright 2004 Benjamin Herrenschmidt (benh@kernel.crashing.org),
34 * IBM Corp.
4
- *
5
- * This program is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU General Public License
7
- * as published by the Free Software Foundation; either version
8
- * 2 of the License, or (at your option) any later version.
9
- *
105 */
116
127 #undef DEBUG
....@@ -28,7 +23,6 @@
2823 #include <asm/sections.h>
2924 #include <asm/prom.h>
3025 #include <asm/io.h>
31
-#include <asm/pgtable.h>
3226 #include <asm/machdep.h>
3327 #include <asm/time.h>
3428