From: Eric Bénard Date: Thu, 14 Oct 2010 23:00:01 +0000 (+0200) Subject: mach-pcm037_eet: fix compile errors X-Git-Tag: v2.6.37-rc1~184^2~5^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f832bca9672831fc5bdab1a0f93f80592dac4c;p=pandora-kernel.git mach-pcm037_eet: fix compile errors this patch fix the following errors : arch/arm/mach-mx3/mach-pcm037_eet.c:62: error: implicit declaration of function 'MXC_SPI_CS' arch/arm/mach-mx3/mach-pcm037_eet.c:185: error: implicit declaration of function 'imx35_add_spi_imx0' from the Kconfig pcm037 is i.MX31 based and not i.MX35 so replace imx35_add_spi_imx0 by imx31_add_spi_imx0 Signed-off-by: Eric Bénard [ukl: remove unneeded #include ] Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed