diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-03-30 10:29:57 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-03-30 10:29:57 (GMT) |
commit | f03c4866d31e913a8dbc84f7d1459abdaf0bd326 (patch) | |
tree | f8354acdc74f8a3f58fe6962540d1eb7735de4c9 /arch/sh/boards | |
parent | f52b69f86e27903d6896ed5fa7cd280fec8de532 (diff) | |
download | linux-f03c4866d31e913a8dbc84f7d1459abdaf0bd326.tar.xz |
sh: fix up fallout from system.h disintegration.
Quite a bit of fallout all over the place, nothing terribly exciting.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/board-sh7785lcr.c | 1 | ||||
-rw-r--r-- | arch/sh/boards/mach-hp6xx/pm.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/boards/board-sh7785lcr.c b/arch/sh/boards/board-sh7785lcr.c index d879848..d0d6221 100644 --- a/arch/sh/boards/board-sh7785lcr.c +++ b/arch/sh/boards/board-sh7785lcr.c @@ -28,6 +28,7 @@ #include <cpu/sh7785.h> #include <asm/heartbeat.h> #include <asm/clock.h> +#include <asm/bl_bit.h> /* * NOTE: This board has 2 physical memory maps. diff --git a/arch/sh/boards/mach-hp6xx/pm.c b/arch/sh/boards/mach-hp6xx/pm.c index adc9b4b..8b50cf7 100644 --- a/arch/sh/boards/mach-hp6xx/pm.c +++ b/arch/sh/boards/mach-hp6xx/pm.c @@ -14,6 +14,7 @@ #include <linux/gfp.h> #include <asm/io.h> #include <asm/hd64461.h> +#include <asm/bl_bit.h> #include <mach/hp6xx.h> #include <cpu/dac.h> #include <asm/freq.h> |