pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig case
authorPali Rohár <pali@kernel.org>
Thu, 20 Apr 2023 19:44:25 +0000 (21:44 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 2 May 2023 12:55:15 +0000 (08:55 -0400)
commit44efad2ff1f63fe04eed21a541d8181717525612
tree55c60b334b9fc2462033a4bcef27d906d3d308d0
parentc06597ff1151580d3ab7094c0175138b3896d16d
pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig case

PCI autoconfig case for PCI_CLASS_PROCESSOR_POWERPC just prints debug
message and then calls autoconfig setup code like for any other standard
endpoint device. We do not need special debug message for it, so remove
this case and handle PCI_CLASS_PROCESSOR_POWERPC via default code path.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/pci/pci_auto.c