From: Stephen Rothwell Date: Fri, 23 May 2008 06:35:47 +0000 (+1000) Subject: powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asm X-Git-Tag: v2.6.27-rc1~1058^2~13^2~8 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=76ef7dd030823518506d65237a12666fc3f5a0d4;p=linux-2.6-omap-h63xx.git powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asm Signed-off-by: Stephen Rothwell Signed-off-by: Grant Likely --- diff --git a/drivers/spi/mpc52xx_psc_spi.c b/drivers/spi/mpc52xx_psc_spi.c index 681d62325d3..604e5f0a2d9 100644 --- a/drivers/spi/mpc52xx_psc_spi.c +++ b/drivers/spi/mpc52xx_psc_spi.c @@ -17,7 +17,7 @@ #include #if defined(CONFIG_PPC_MERGE) -#include +#include #else #include #endif