| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2010 Google, Inc. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Author: |
|---|
| 5 | 6 | * Colin Cross <ccross@google.com> |
|---|
| 6 | 7 | * 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 | | - * |
|---|
| 17 | 8 | */ |
|---|
| 18 | 9 | |
|---|
| 19 | 10 | #ifndef __MACH_TEGRA_IOMAP_H |
|---|
| 20 | 11 | #define __MACH_TEGRA_IOMAP_H |
|---|
| 21 | 12 | |
|---|
| 22 | | -#include <asm/pgtable.h> |
|---|
| 23 | | -#include <asm/sizes.h> |
|---|
| 13 | +#include <linux/pgtable.h> |
|---|
| 14 | +#include <linux/sizes.h> |
|---|
| 24 | 15 | |
|---|
| 25 | 16 | #define TEGRA_IRAM_BASE 0x40000000 |
|---|
| 26 | 17 | #define TEGRA_IRAM_SIZE SZ_256K |
|---|