From: Michael Ellerman Date: Fri, 10 Apr 2015 01:52:06 +0000 (+1000) Subject: powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af7a6f3e2d015dcaaeffa48c6d47238415cbe66;p=pandora-kernel.git powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y The pasemi MSI code is currently always built when MPIC=y && PCI_MSI=y. It should not have any effect on other platforms, because it immediately checks the MPIC's compatible property for "pasemi,pwrficient-openpic". However it's odd that it's still built even when PASEMI=n. It also needn't be in sysdev, as it's only used by pasemi. So move it into platforms/pasemi, whereby it will only be built for PASEMI=y. Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed