summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/io.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2020-12-19 12:45:40 +0100
committerHelge Deller <deller@gmx.de>2021-02-12 16:30:14 +0100
commit61c439439cccac7854b9ecac25554ee45175557a (patch)
treefe55742da2573982ff08062ef7b9ab10336e5501 /arch/parisc/include/asm/io.h
parentf286303286f8c2cbef319f6288abb1e053a1b3d9 (diff)
parisc: Use the generic devmem_is_allowed()
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/io.h')
-rw-r--r--arch/parisc/include/asm/io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/io.h b/arch/parisc/include/asm/io.h
index 45e20d38dc59..8a11b8cf4719 100644
--- a/arch/parisc/include/asm/io.h
+++ b/arch/parisc/include/asm/io.h
@@ -321,4 +321,6 @@ extern void iowrite64be(u64 val, void __iomem *addr);
*/
#define xlate_dev_kmem_ptr(p) p
+extern int devmem_is_allowed(unsigned long pfn);
+
#endif