[0/3] Remove unused SLOW_DOWN_IO

Message ID 20221014001911.3342485-1-helgaas@kernel.org
Headers
Series Remove unused SLOW_DOWN_IO |

Message

Bjorn Helgaas Oct. 14, 2022, 12:19 a.m. UTC
  From: Bjorn Helgaas <bhelgaas@google.com>

Only alpha, ia64, and sh define SLOW_DOWN_IO, and there are no uses of it.
Remove them all.

These were previously posted at
https://lore.kernel.org/all/20220415190817.842864-1-helgaas@kernel.org/

Bjorn Helgaas (3):
  sh: remove unused SLOW_DOWN_IO
  ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
  alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions

 arch/alpha/include/asm/io.h |  4 ----
 arch/ia64/include/asm/io.h  |  4 ----
 arch/sh/include/asm/io.h    | 17 ++---------------
 3 files changed, 2 insertions(+), 23 deletions(-)