From: Stephen Boyd Date: Wed, 24 Jul 2013 20:54:34 +0000 (-0700) Subject: ARM: msm: Only compile io.c on platforms that use it X-Git-Tag: v3.12-rc1~117^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3294a7e7c3a55bb4eb9d98b0af5643a7ea44afe1;p=pandora-kernel.git ARM: msm: Only compile io.c on platforms that use it Only the non-dt based MSM platforms need to map memory from their machine descriptor. Unfortunately it is always compiled if ARCH_MSM=y and the file also has mach/ includes in it. Since dt-based MSM platforms aren't actually using anything in this file just compile io.c on the non-dt based MSM platforms. This allows the dt-based platforms to participate in the multi-platform kernel. Signed-off-by: Stephen Boyd Signed-off-by: David Brown --- Reading git-diff-tree failed