[PATCH v2 0/4] sh: remove unused SLOW_DOWN_IO

From: Bjorn Helgaas
Date: Fri Oct 21 2022 - 15:37:16 EST


Only alpha and sh define SLOW_DOWN_IO, and there are no uses of it. Remove
it from sh and clean up some nearby macros.

These were previously posted 4/15/2022 at
https://lore.kernel.org/all/20220415190817.842864-1-helgaas@xxxxxxxxxx/
and reposted 10/13/2022 at
https://lore.kernel.org/all/20221014001911.3342485-1-helgaas@xxxxxxxxxx/

Changes from v1 to v2:
- Drop the ia64 patch because Andrew applied it
https://lore.kernel.org/all/20221021045245.99636C433C1@xxxxxxxxxxxxxxx/

- Fix the sh build issues reported by the kernel test robot:
https://lore.kernel.org/all/202210181211.ItV2YuJI-lkp@xxxxxxxxx/

- Add minor sh cleanup patches to __BUILD_IOPORT_SINGLE(),
__BUILD_IOPORT_PFX(), and __BUILD_MEMORY_STRING()

- Split sh and alpha to separate series

Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
---
Bjorn Helgaas (4):
sh: remove unused SLOW_DOWN_IO
sh: remove unused __BUILD_IOPORT_SINGLE 'pfx' parameter
sh: remove unnecessary __BUILD_IOPORT_PFX()
sh: remove unnecessary __BUILD_MEMORY_STRING() 'pfx' parameter

arch/sh/include/asm/io.h | 42 +++++++++++++-----------------------------
1 file changed, 13 insertions(+), 29 deletions(-)
---
base-commit: f1947d7c8a61db1cb0ef909a6512ede0b1f2115b
change-id: 20221021-wip-bjorn-22-10-slow-down-io-be370a9a6ce2

Best regards,
--
Bjorn Helgaas <bhelgaas@xxxxxxxxxx>