diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 16:35:47 +1000 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-12 12:10:53 -0600 |
commit | 76ef7dd030823518506d65237a12666fc3f5a0d4 (patch) | |
tree | 8718b69ec7bc66b12727999f237ef9ee18d64e58 /drivers/spi/mpc52xx_psc_spi.c | |
parent | e6a9192d066b30353b78ce1647070c0c171dd9a7 (diff) | |
download | blackbird-op-linux-76ef7dd030823518506d65237a12666fc3f5a0d4.tar.gz blackbird-op-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>
Diffstat (limited to 'drivers/spi/mpc52xx_psc_spi.c')
-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 |