]> www.infradead.org Git - users/jedix/linux-maple.git/commit
alpha: stop using asm-generic/iomap.h
authorArnd Bergmann <arnd@arndb.de>
Fri, 7 Mar 2025 21:44:30 +0000 (22:44 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 10 Mar 2025 15:20:25 +0000 (16:20 +0100)
commit5c35018a54d8a45ea910210a0fcc0ab1af8d770c
treef0fe69678a942847cf8d4c00a2029c36ca398b18
parent9e81c965742c2a9a28cf59416fee40e7cb1b773e
alpha: stop using asm-generic/iomap.h

Alpha has custom definitions for ioread64()/iowrite64(), which now
don't exist in the lib/iomap.c variant. This is an endless source
of build failures, since alpha tries to share a couple of function
declarations.

Change alpha to have its own prototypes that match the definitions
in arch/alpha/kerne/io.c instead.

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