summary refs log tree commit diff
path: root/arch/arm/mach-pxa/sharpsl.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2009-10-22 22:16:34 +0200
committerEric Miao <eric.y.miao@gmail.com>2009-12-01 09:03:01 +0800
commit0ba01ebcb39aeb27c5a861c80e0b38634d0cb457 (patch)
tree287f6c1cbc88b6b6a2580991ca4156e3417fa2b7 /arch/arm/mach-pxa/sharpsl.h
parentb64b0b76cd90406f5411dc29308b9bb83180bfd6 (diff)
downloadlinux-0ba01ebcb39aeb27c5a861c80e0b38634d0cb457.tar.gz
[ARM] pxa/zaurus: rename spitz_battery_levels_* to sharpsl_*
Battery power levels are shared between spitz and corgi, rename
variable to reflect it.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/sharpsl.h')
-rw-r--r--arch/arm/mach-pxa/sharpsl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/sharpsl.h b/arch/arm/mach-pxa/sharpsl.h
index 55259f4756c8..1439785d3979 100644
--- a/arch/arm/mach-pxa/sharpsl.h
+++ b/arch/arm/mach-pxa/sharpsl.h
@@ -42,8 +42,8 @@ void corgi_lcdtg_hw_init(int mode);
 #define MAX1111_BATT_TEMP   2u
 #define MAX1111_ACIN_VOLT   6u
 
-extern struct battery_thresh spitz_battery_levels_acin[];
-extern struct battery_thresh spitz_battery_levels_noac[];
+extern struct battery_thresh sharpsl_battery_levels_acin[];
+extern struct battery_thresh sharpsl_battery_levels_noac[];
 int sharpsl_pm_pxa_read_max1111(int channel);