diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-20 05:04:53 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-20 05:04:53 +0200 |
commit | f7275650133ce9df83886684f3bd97373dfc21ea (patch) | |
tree | e651073bf9bd38dc73b9cd2fded8a99d24173017 /arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c | |
parent | serial: sh-sci: Add support SCIF of SH7723 (diff) | |
download | linux-f7275650133ce9df83886684f3bd97373dfc21ea.tar.xz linux-f7275650133ce9df83886684f3bd97373dfc21ea.zip |
sh: Move the CPU definition headers from asm/ to cpu/.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c index 51b12ab58c9e..cb9d07bd59f8 100644 --- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c @@ -1,7 +1,7 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/gpio.h> -#include <asm/sh7722.h> +#include <cpu/sh7722.h> enum { PINMUX_RESERVED = 0, |