diff options
author | Christoph Hellwig | 2020-07-14 14:18:52 +0200 |
---|---|---|
committer | Rich Felker | 2020-08-14 22:05:16 -0400 |
commit | 08732d1226edb7a0033d08286acada2b4e800c78 (patch) | |
tree | ecc93161ec035b42e0d61deacb72d3edb82b9fcd /arch/sh/kernel | |
parent | 13f1fc870dd747131f21ba6f20dc0d81cc5d4474 (diff) |
sh: don't include <asm/io_trapped.h> in <asm/io.h>
No need to expose the details of trapped I/O to drivers.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/ioport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/ioport.c b/arch/sh/kernel/ioport.c index 34f8cdbbcf0b..f39446a658bd 100644 --- a/arch/sh/kernel/ioport.c +++ b/arch/sh/kernel/ioport.c @@ -7,6 +7,7 @@ */ #include <linux/module.h> #include <linux/io.h> +#include <asm/io_trapped.h> unsigned long sh_io_port_base __read_mostly = -1; EXPORT_SYMBOL(sh_io_port_base); |