Loading arch/sh/boards/hp6xx/hp6xx_apm.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -27,6 +27,8 @@ #define MODNAME "hp6x0_apm" #define MODNAME "hp6x0_apm" #define PGDR 0xa400012c static void hp6x0_apm_get_power_status(struct apm_power_info *info) static void hp6x0_apm_get_power_status(struct apm_power_info *info) { { int battery, backup, charging, percentage; int battery, backup, charging, percentage; Loading Loading
arch/sh/boards/hp6xx/hp6xx_apm.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -27,6 +27,8 @@ #define MODNAME "hp6x0_apm" #define MODNAME "hp6x0_apm" #define PGDR 0xa400012c static void hp6x0_apm_get_power_status(struct apm_power_info *info) static void hp6x0_apm_get_power_status(struct apm_power_info *info) { { int battery, backup, charging, percentage; int battery, backup, charging, percentage; Loading