| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2004-2007, 2014 Freescale Semiconductor, Inc. All Rights Reserved. |
|---|
| 3 | 4 | * 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. |
|---|
| 18 | 5 | */ |
|---|
| 19 | 6 | |
|---|
| 20 | 7 | #ifndef __ASM_ARCH_MXC_HARDWARE_H__ |
|---|
| .. | .. |
|---|
| 24 | 11 | #include <asm/io.h> |
|---|
| 25 | 12 | #include <soc/imx/revision.h> |
|---|
| 26 | 13 | #endif |
|---|
| 27 | | -#include <asm/sizes.h> |
|---|
| 14 | +#include <linux/sizes.h> |
|---|
| 28 | 15 | |
|---|
| 29 | 16 | #define addr_in_module(addr, mod) \ |
|---|
| 30 | 17 | ((unsigned long)(addr) - mod ## _BASE_ADDR < mod ## _SIZE) |
|---|
| .. | .. |
|---|
| 110 | 97 | #include "mx31.h" |
|---|
| 111 | 98 | #include "mx35.h" |
|---|
| 112 | 99 | #include "mx2x.h" |
|---|
| 113 | | -#include "mx21.h" |
|---|
| 114 | 100 | #include "mx27.h" |
|---|
| 115 | 101 | |
|---|
| 116 | 102 | #define imx_map_entry(soc, name, _type) { \ |
|---|