forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/mach-ep93xx/adssphere.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * arch/arm/mach-ep93xx/adssphere.c
34 * ADS Sphere support.
45 *
56 * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org>
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 as published by
9
- * the Free Software Foundation; either version 2 of the License, or (at
10
- * your option) any later version.
117 */
128
139 #include <linux/kernel.h>
....@@ -15,7 +11,7 @@
1511 #include <linux/platform_device.h>
1612 #include <linux/sizes.h>
1713
18
-#include <mach/hardware.h>
14
+#include "hardware.h"
1915
2016 #include <asm/mach-types.h>
2117 #include <asm/mach/arch.h>