On Thu, Nov 14, 2024, at 13:51, Michael Ellerman wrote:
> Now that PPC_INDIRECT_MMIO is removed, PCI_FIX_ADDR does nothing, so
> remove it.
>
> Signed-off-by: Michael Ellerman
Acked-by: Arnd Bergmann
> static inline unsigned char __raw_readb(const volatile void __iomem *addr)
> {
> - ret
Now that PPC_INDIRECT_MMIO is removed, PCI_FIX_ADDR does nothing, so
remove it.
Signed-off-by: Michael Ellerman
---
arch/powerpc/include/asm/io.h | 86 +--
arch/powerpc/mm/ioremap_64.c | 2 +-
2 files changed, 43 insertions(+), 45 deletions(-)
diff --git a/arch