aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/boards/mach-highlander
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-29 22:10:01 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-29 22:10:01 +0900
commit0764bff445bb13cd17e41b6ab196ef83c23c6c17 (patch)
tree882be7ca1c68c8d50efd2eb2b000f46fdcf55205 /arch/sh/boards/mach-highlander
parent939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (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-highlander')
-rw-r--r--arch/sh/boards/mach-highlander/psw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-highlander/psw.c b/arch/sh/boards/mach-highlander/psw.c
index 0b3e062e96cc..be8d5477fc65 100644
--- a/arch/sh/boards/mach-highlander/psw.c
+++ b/arch/sh/boards/mach-highlander/psw.c
@@ -13,7 +13,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
-#include <mach/r7780rp.h>
+#include <asm/r7780rp.h>
#include <asm/push-switch.h>
static irqreturn_t psw_irq_handler(int irq, void *arg)