sh: machvec: Remove custom ioport_{un,}map()
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Sep 2023 15:55:23 +0000 (17:55 +0200)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Wed, 25 Oct 2023 14:50:30 +0000 (16:50 +0200)
commit4c02add1d949890d5381789f0c374e72c193559d
treecc5ce9b76b0e4553b6bcd5aee0eb8755c5464986
parent8daaed76383aaae1d094d3d65d34890b2c6da24b
sh: machvec: Remove custom ioport_{un,}map()

These functions were only used on the microdev board that is now gone,
so remove them to simplify the ioport handling. This could be further
simplified to use the generic I/O port accessors now.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/20230914155523.3839811-4-arnd@kernel.org
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/include/asm/io.h
arch/sh/include/asm/machvec.h
arch/sh/kernel/ioport.c