hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/arm/mach-ep93xx/gesbc9312.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * arch/arm/mach-ep93xx/gesbc9312.c
34 * Glomation GESBC-9312-sx 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>