Re: [PATCH] powerpc/powernv: Remove PCI_MSI ifdef checks

2018-11-15 Thread Michael Ellerman
Joel Stanley writes: > On Wed, 14 Nov 2018 at 16:50, Oliver O'Halloran wrote: >> >> CONFIG_PCI_MSI was made mandatory by commit a311e738b6d8 >> ("powerpc/powernv: Make PCI non-optional") so the #ifdef >> checks around CONFIG_PCI_MSI here can be removed entirely. >> >> Signed-off-by: Oliver

Re: [PATCH] powerpc/powernv: Remove PCI_MSI ifdef checks

2018-11-13 Thread Joel Stanley
On Wed, 14 Nov 2018 at 16:50, Oliver O'Halloran wrote: > > CONFIG_PCI_MSI was made mandatory by commit a311e738b6d8 > ("powerpc/powernv: Make PCI non-optional") so the #ifdef > checks around CONFIG_PCI_MSI here can be removed entirely. > > Signed-off-by: Oliver O'Halloran Reviewed-by: Joel

[PATCH] powerpc/powernv: Remove PCI_MSI ifdef checks

2018-11-13 Thread Oliver O'Halloran
CONFIG_PCI_MSI was made mandatory by commit a311e738b6d8 ("powerpc/powernv: Make PCI non-optional") so the #ifdef checks around CONFIG_PCI_MSI here can be removed entirely. Signed-off-by: Oliver O'Halloran --- arch/powerpc/platforms/powernv/pci-ioda.c | 13 -