Explorar o código

powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asm

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Stephen Rothwell %!s(int64=17) %!d(string=hai) anos
pai
achega
76ef7dd030
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/spi/mpc52xx_psc_spi.c

+ 1 - 1
drivers/spi/mpc52xx_psc_spi.c

@@ -17,7 +17,7 @@
 #include <linux/interrupt.h>
 #include <linux/interrupt.h>
 
 
 #if defined(CONFIG_PPC_MERGE)
 #if defined(CONFIG_PPC_MERGE)
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #else
 #else
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #endif
 #endif