diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 09:10:01 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 09:10:01 -0400 |
commit | 0764bff445bb13cd17e41b6ab196ef83c23c6c17 (patch) | |
tree | 882be7ca1c68c8d50efd2eb2b000f46fdcf55205 /arch/sh/boards/mach-landisk/gio.c | |
parent | 939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (diff) |
sh: More header path fixups for mach dir refactoring.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-landisk/gio.c')
-rw-r--r-- | arch/sh/boards/mach-landisk/gio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-landisk/gio.c b/arch/sh/boards/mach-landisk/gio.c index edcde082032d..25cdf7358000 100644 --- a/arch/sh/boards/mach-landisk/gio.c +++ b/arch/sh/boards/mach-landisk/gio.c | |||
@@ -20,8 +20,8 @@ | |||
20 | #include <linux/fs.h> | 20 | #include <linux/fs.h> |
21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
22 | #include <asm/uaccess.h> | 22 | #include <asm/uaccess.h> |
23 | #include <mach/gio.h> | 23 | #include <mach-landisk/mach/gio.h> |
24 | #include <mach/iodata_landisk.h> | 24 | #include <mach-landisk/mach/iodata_landisk.h> |
25 | 25 | ||
26 | #define DEVCOUNT 4 | 26 | #define DEVCOUNT 4 |
27 | #define GIO_MINOR 2 /* GIO minor no. */ | 27 | #define GIO_MINOR 2 /* GIO minor no. */ |