diff options
author | Joel Stanley <joel@jms.id.au> | 2023-06-13 07:52:02 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-06-21 08:13:57 +0300 |
commit | 98e61df570f06e8a2a2152bb3485c60fe1b148cb (patch) | |
tree | b2a36e4655bc9846c99f6793b138fb19bacdaa2b /arch/powerpc/platforms/powernv/pci.h | |
parent | 326b3f8c6efca7ddc95f164bc0c8fa1c57d7a84f (diff) | |
download | linux-98e61df570f06e8a2a2152bb3485c60fe1b148cb.tar.xz |
powerpc/powernv/pci: Remove last IODA1 defines
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230613045202.294451-4-joel@jms.id.au
Diffstat (limited to 'arch/powerpc/platforms/powernv/pci.h')
-rw-r--r-- | arch/powerpc/platforms/powernv/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/pci.h b/arch/powerpc/platforms/powernv/pci.h index 3353db882e35..957f2b47a3c0 100644 --- a/arch/powerpc/platforms/powernv/pci.h +++ b/arch/powerpc/platforms/powernv/pci.h @@ -10,7 +10,6 @@ struct pci_dn; enum pnv_phb_type { - PNV_PHB_IODA1, PNV_PHB_IODA2, PNV_PHB_NPU_OCAPI, }; |