X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-arm%2Fhardware%2Fsharpsl_pm.h;fp=include%2Fasm-arm%2Fhardware%2Fsharpsl_pm.h;h=36983e5f36653b27fa52ca18d3a9ea4e66f30669;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=ecf15b83956f88ce1b09ef99943ad95501de7263;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-arm/hardware/sharpsl_pm.h b/include/asm-arm/hardware/sharpsl_pm.h index ecf15b839..36983e5f3 100644 --- a/include/asm-arm/hardware/sharpsl_pm.h +++ b/include/asm-arm/hardware/sharpsl_pm.h @@ -16,7 +16,6 @@ struct sharpsl_charger_machinfo { void (*exit)(void); int gpio_acin; int gpio_batfull; - int batfull_irq; int gpio_batlock; int gpio_fatal; void (*discharge)(int); @@ -35,19 +34,9 @@ struct sharpsl_charger_machinfo { #define SHARPSL_STATUS_FATAL 7 unsigned long (*charger_wakeup)(void); int (*should_wakeup)(unsigned int resume_on_alarm); - void (*backlight_limit)(int); - int (*backlight_get_status) (void); - int charge_on_volt; - int charge_on_temp; - int charge_acin_high; - int charge_acin_low; - int fatal_acin_volt; - int fatal_noacin_volt; int bat_levels; struct battery_thresh *bat_levels_noac; struct battery_thresh *bat_levels_acin; - struct battery_thresh *bat_levels_noac_bl; - struct battery_thresh *bat_levels_acin_bl; int status_high_acin; int status_low_acin; int status_high_noac;