X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fpowerpc%2Fplatforms%2Fpseries%2Fpci.c;h=37a77e57893eda7cda4dd58ceefcb837d71bc978;hb=0d484375d73ad2ec39a395365449a70c200645b1;hp=7725825d887d32903a699fdc2e26134f9b101100;hpb=f34c48e06ddcc197f2cf7cbc006ceb74e28e1ccf;p=sfrench%2Fcifs-2.6.git diff --git a/arch/powerpc/platforms/pseries/pci.c b/arch/powerpc/platforms/pseries/pci.c index 7725825d887d..37a77e57893e 100644 --- a/arch/powerpc/platforms/pseries/pci.c +++ b/arch/powerpc/platforms/pseries/pci.c @@ -264,7 +264,9 @@ void __init pSeries_final_fixup(void) if (!of_device_is_compatible(nvdn->parent, "ibm,power9-npu")) continue; +#ifdef CONFIG_PPC_POWERNV WARN_ON_ONCE(pnv_npu2_init(hose)); +#endif break; } }