Skip to content

Commit f026dff

Browse files
mpemaddy-kerneldev
authored andcommitted
powerpc: Remove PPC_OF_PLATFORM_PCI
The Cell blade support was the last user of PPC_OF_PLATFORM_PCI, so remove it. Signed-off-by: Michael Ellerman <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent bd4a834 commit f026dff

File tree

3 files changed

+1
-108
lines changed

3 files changed

+1
-108
lines changed

arch/powerpc/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,6 @@ config PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT
440440
PCI domain dependent and each PCI controller on own domain can have
441441
256 PCI buses, like it is on other Linux architectures.
442442

443-
config PPC_OF_PLATFORM_PCI
444-
bool
445-
depends on PCI
446-
depends on PPC64 # not supported on 32 bits yet
447-
448443
config ARCH_SUPPORTS_UPROBES
449444
def_bool y
450445

arch/powerpc/kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ obj-y := cputable.o syscalls.o switch.o \
7070
signal.o sysfs.o cacheinfo.o time.o \
7171
prom.o traps.o setup-common.o \
7272
udbg.o misc.o io.o misc_$(BITS).o \
73-
of_platform.o prom_parse.o firmware.o \
73+
prom_parse.o firmware.o \
7474
hw_breakpoint_constraints.o interrupt.o \
7575
kdebugfs.o stacktrace.o syscall.o
7676
obj-y += ptrace/

arch/powerpc/kernel/of_platform.c

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)