From: "Robert P. J. Day" Remove the "#if 0"ed definition of apm_get_battery_status(). Signed-off-by: Robert P. J. Day Acked-by: Stephen Rothwell Acked-by: Anton Vorontsov Signed-off-by: Andrew Morton --- arch/i386/kernel/apm.c | 29 ----------------------------- 1 files changed, 29 deletions(-) diff -puN arch/i386/kernel/apm.c~remove-apparently-useless-commented-apm_get_battery_status arch/i386/kernel/apm.c --- a/arch/i386/kernel/apm.c~remove-apparently-useless-commented-apm_get_battery_status +++ a/arch/i386/kernel/apm.c @@ -1007,35 +1007,6 @@ static int apm_get_power_status(u_short return APM_SUCCESS; } -#if 0 -static int apm_get_battery_status(u_short which, u_short *status, - u_short *bat, u_short *life, u_short *nbat) -{ - u32 eax; - u32 ebx; - u32 ecx; - u32 edx; - u32 esi; - - if (apm_info.connection_version < 0x0102) { - /* pretend we only have one battery. */ - if (which != 1) - return APM_BAD_DEVICE; - *nbat = 1; - return apm_get_power_status(status, bat, life); - } - - if (apm_bios_call(APM_FUNC_GET_STATUS, (0x8000 | (which)), 0, &eax, - &ebx, &ecx, &edx, &esi)) - return (eax >> 8) & 0xff; - *status = ebx; - *bat = ecx; - *life = edx; - *nbat = esi; - return APM_SUCCESS; -} -#endif - /** * apm_engage_power_management - enable PM on a device * @device: identity of device _