hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/mach-imx/hardware.h
....@@ -1,20 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright 2004-2007, 2014 Freescale Semiconductor, Inc. All Rights Reserved.
34 * Copyright 2008 Juergen Beisert, kernel@pengutronix.de
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 2
8
- * of the License, or (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17
- * MA 02110-1301, USA.
185 */
196
207 #ifndef __ASM_ARCH_MXC_HARDWARE_H__
....@@ -24,7 +11,7 @@
2411 #include <asm/io.h>
2512 #include <soc/imx/revision.h>
2613 #endif
27
-#include <asm/sizes.h>
14
+#include <linux/sizes.h>
2815
2916 #define addr_in_module(addr, mod) \
3017 ((unsigned long)(addr) - mod ## _BASE_ADDR < mod ## _SIZE)
....@@ -110,7 +97,6 @@
11097 #include "mx31.h"
11198 #include "mx35.h"
11299 #include "mx2x.h"
113
-#include "mx21.h"
114100 #include "mx27.h"
115101
116102 #define imx_map_entry(soc, name, _type) { \