]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc: Remove PPC_PMI and driver
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 18 Dec 2024 10:54:51 +0000 (21:54 +1100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Wed, 26 Feb 2025 15:45:07 +0000 (21:15 +0530)
commit38efe5a9a7a78fceef1d189900210855a155ebc6
tree3642c048cefad5514a5ff7cfd2d4715671e23b02
parent8e4f1a3495c2f22ad01bb4c925950d680bbbe5aa
powerpc: Remove PPC_PMI and driver

CONFIG_PPC_PMI is no longer selectable now that PPC_IBM_CELL_BLADE has
been removed, via the dependency on PPC_IBM_CELL_POWERBUTTON.

So remove it and the driver, and the pmi.h header which it was the only
user of.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241218105523.416573-3-mpe@ellerman.id.au
arch/powerpc/include/asm/pmi.h [deleted file]
arch/powerpc/platforms/cell/Kconfig
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/pmi.c [deleted file]