diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-03-05 23:48:08 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-03-05 23:48:08 -0500 |
commit | dd4f99b42dcce8f84ff6b8ec3d375b54a0785c7e (patch) | |
tree | a2e58fc0704be6d0345f8dd20087618b8fbbadd6 /arch/sh | |
parent | fcb1fec7fece6b9889deaedf5b7d21f4f5a26381 (diff) |
sh: hp6xx: Fix up hp6xx_apm build failure.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/hp6xx/hp6xx_apm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/boards/hp6xx/hp6xx_apm.c b/arch/sh/boards/hp6xx/hp6xx_apm.c index 76b6776235df..177f4f028e0d 100644 --- a/arch/sh/boards/hp6xx/hp6xx_apm.c +++ b/arch/sh/boards/hp6xx/hp6xx_apm.c | |||
@@ -27,6 +27,8 @@ | |||
27 | 27 | ||
28 | #define MODNAME "hp6x0_apm" | 28 | #define MODNAME "hp6x0_apm" |
29 | 29 | ||
30 | #define PGDR 0xa400012c | ||
31 | |||
30 | static void hp6x0_apm_get_power_status(struct apm_power_info *info) | 32 | static void hp6x0_apm_get_power_status(struct apm_power_info *info) |
31 | { | 33 | { |
32 | int battery, backup, charging, percentage; | 34 | int battery, backup, charging, percentage; |