forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/mach-tegra/iomap.h
....@@ -1,26 +1,17 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2010 Google, Inc.
34 *
45 * Author:
56 * Colin Cross <ccross@google.com>
67 * Erik Gilling <konkers@google.com>
7
- *
8
- * This software is licensed under the terms of the GNU General Public
9
- * License version 2, as published by the Free Software Foundation, and
10
- * may be copied, distributed, and modified under those terms.
11
- *
12
- * This program is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
178 */
189
1910 #ifndef __MACH_TEGRA_IOMAP_H
2011 #define __MACH_TEGRA_IOMAP_H
2112
22
-#include <asm/pgtable.h>
23
-#include <asm/sizes.h>
13
+#include <linux/pgtable.h>
14
+#include <linux/sizes.h>
2415
2516 #define TEGRA_IRAM_BASE 0x40000000
2617 #define TEGRA_IRAM_SIZE SZ_256K