diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 08:35:47 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-12 20:10:53 +0200 |
commit | 76ef7dd030823518506d65237a12666fc3f5a0d4 (patch) | |
tree | 8718b69ec7bc66b12727999f237ef9ee18d64e58 | |
parent | powerpc/pata_mpc52xx: use linux/of_platform.h instead of asm (diff) | |
download | linux-76ef7dd030823518506d65237a12666fc3f5a0d4.tar.xz linux-76ef7dd030823518506d65237a12666fc3f5a0d4.zip |
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>
-rw-r--r-- | drivers/spi/mpc52xx_psc_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/mpc52xx_psc_spi.c b/drivers/spi/mpc52xx_psc_spi.c index 681d62325d3d..604e5f0a2d95 100644 --- a/drivers/spi/mpc52xx_psc_spi.c +++ b/drivers/spi/mpc52xx_psc_spi.c @@ -17,7 +17,7 @@ #include <linux/interrupt.h> #if defined(CONFIG_PPC_MERGE) -#include <asm/of_platform.h> +#include <linux/of_platform.h> #else #include <linux/platform_device.h> #endif |