diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 10:16:27 +0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-12 22:10:52 +0400 |
commit | e6a9192d066b30353b78ce1647070c0c171dd9a7 (patch) | |
tree | 240a05756cbfa78da90c86590f41b17177c22efe | |
parent | b0852cb8841f35b124f4344d92abd8c0a6b54fcf (diff) | |
download | linux-e6a9192d066b30353b78ce1647070c0c171dd9a7.tar.xz |
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>
-rw-r--r-- | drivers/ata/pata_mpc52xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c index bc79df6e7cb0..a9e827356d06 100644 --- a/drivers/ata/pata_mpc52xx.c +++ b/drivers/ata/pata_mpc52xx.c @@ -16,10 +16,10 @@ #include <linux/slab.h> #include <linux/delay.h> #include <linux/libata.h> +#include <linux/of_platform.h> #include <asm/types.h> #include <asm/prom.h> -#include <asm/of_platform.h> #include <asm/mpc52xx.h> |