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>
This commit is contained in:
Stephen Rothwell 2008-05-23 16:35:47 +10:00 committed by Grant Likely
parent e6a9192d06
commit 76ef7dd030
1 changed files with 1 additions and 1 deletions

View File

@ -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