]> www.infradead.org Git - users/jedix/linux-maple.git/commit
parisc: stop using asm-generic/iomap.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 11 Mar 2025 07:21:04 +0000 (08:21 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 11 Mar 2025 09:42:39 +0000 (10:42 +0100)
commit4d182c5ee2c89b41477a4059aab4fae4c549e8af
tree0a9bab68de97be823d1a015fa44879529df5ea22
parent2494fce26e434071a7ce994f3e4e89a310249f3b
parisc: stop using asm-generic/iomap.h

parisc uses custom iomap helpers to map bus specific function calls into
a linear __iomem token, but it tries to use the declarations from the x86
"generic iomap" code.

Untangle the two by duplicating the required declations and dropping
the #include that pulls in more stuff that is not needed here, to
allow simplify the generic version later.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/parisc/include/asm/io.h