diff options
author | Jeff Garzik <jeff@garzik.org> | 2008-02-01 18:02:30 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-06 06:54:17 -0500 |
commit | 0a87e3e92b299e0f1a69b36664ecde2fc296c40a (patch) | |
tree | f4b084912e3fc58e5bee6a815967a77efb01c310 /arch/sh/boards/lboxre2/setup.c | |
parent | 551e4fb2465b87de9d4aa1669b27d624435443bb (diff) |
Rename: linux/pata_platform.h to linux/ata_platform.h
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'arch/sh/boards/lboxre2/setup.c')
-rw-r--r-- | arch/sh/boards/lboxre2/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/lboxre2/setup.c b/arch/sh/boards/lboxre2/setup.c index 9c830fdc411b..c74440d38ee9 100644 --- a/arch/sh/boards/lboxre2/setup.c +++ b/arch/sh/boards/lboxre2/setup.c | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/platform_device.h> | 15 | #include <linux/platform_device.h> |
16 | #include <linux/pata_platform.h> | 16 | #include <linux/ata_platform.h> |
17 | #include <asm/machvec.h> | 17 | #include <asm/machvec.h> |
18 | #include <asm/addrspace.h> | 18 | #include <asm/addrspace.h> |
19 | #include <asm/lboxre2.h> | 19 | #include <asm/lboxre2.h> |