X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Funicore32%2Fkernel%2Fpci.c;h=374a055a8e6bb5886ead0595dabaa5627cf5868a;hb=c55244137306b626bc64023fd7160985443205a7;hp=ef69c0c828253991c7b633a22822acc04d333633;hpb=8cab24f0b1daf23ba042464f0d4a4e51695bed74;p=karo-tx-linux.git diff --git a/arch/unicore32/kernel/pci.c b/arch/unicore32/kernel/pci.c index ef69c0c82825..374a055a8e6b 100644 --- a/arch/unicore32/kernel/pci.c +++ b/arch/unicore32/kernel/pci.c @@ -277,11 +277,6 @@ static int __init pci_common_init(void) pci_bus_assign_resources(puv3_bus); } - /* - * Tell drivers about devices found. - */ - pci_bus_add_devices(puv3_bus); - return 0; } subsys_initcall(pci_common_init);