forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/mach-pxa/colibri-pxa3xx.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arm/mach-pxa/colibri-pxa3xx.c
34 *
45 * Common functions for all Toradex PXA3xx modules
56 *
67 * Daniel Mack <daniel@caiaq.de>
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #include <linux/init.h>
....@@ -17,7 +14,7 @@
1714 #include <linux/etherdevice.h>
1815 #include <asm/mach-types.h>
1916 #include <mach/hardware.h>
20
-#include <asm/sizes.h>
17
+#include <linux/sizes.h>
2118 #include <asm/system_info.h>
2219 #include <asm/mach/arch.h>
2320 #include <asm/mach/irq.h>