Skip to content

Commit

Permalink
powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asm
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Stephen Rothwell authored and Grant Likely committed Jul 12, 2008
1 parent e6a9192 commit 76ef7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/mpc52xx_psc_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76ef7dd

Please sign in to comment.