.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/sh/kernel/ioport.c |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2000 Niibe Yutaka |
---|
5 | 6 | * Copyright (C) 2005 - 2007 Paul Mundt |
---|
6 | | - * |
---|
7 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
8 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
9 | | - * for more details. |
---|
10 | 7 | */ |
---|
11 | 8 | #include <linux/module.h> |
---|
12 | 9 | #include <linux/io.h> |
---|
| 10 | +#include <asm/io_trapped.h> |
---|
13 | 11 | |
---|
14 | 12 | unsigned long sh_io_port_base __read_mostly = -1; |
---|
15 | 13 | EXPORT_SYMBOL(sh_io_port_base); |
---|