Browse Source

powerpc/pata_mpc52xx: 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 17 years ago
parent
commit
e6a9192d06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/ata/pata_mpc52xx.c

+ 1 - 1
drivers/ata/pata_mpc52xx.c

@@ -16,10 +16,10 @@
 #include <linux/slab.h>
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
 #include <linux/libata.h>
 #include <linux/libata.h>
+#include <linux/of_platform.h>
 
 
 #include <asm/types.h>
 #include <asm/types.h>
 #include <asm/prom.h>
 #include <asm/prom.h>
-#include <asm/of_platform.h>
 #include <asm/mpc52xx.h>
 #include <asm/mpc52xx.h>