Re: [PATCH] Remove apparently useless, commented apm_get_battery_status().

2007-07-10 Thread David Woodhouse
On Mon, 2007-06-04 at 07:15 -0400, Robert P. J. Day wrote: > Remove the "#if 0"ed definition of apm_get_battery_status(). > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > Acked-by: Stephen Rothwell <[EMAIL PROTECTED]> Nak. I think we want that when we implement the power_supply class dri

Re: [PATCH] Remove apparently useless, commented apm_get_battery_status().

2007-06-04 Thread Anton Vorontsov
On Mon, Jun 04, 2007 at 07:15:58AM -0400, Robert P. J. Day wrote: > > Remove the "#if 0"ed definition of apm_get_battery_status(). > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > Acked-by: Stephen Rothwell <[EMAIL PROTECTED]> Acked-by: Anton Vorontsov <[EMAIL PROTECTED]> > --- > > di

[PATCH] Remove apparently useless, commented apm_get_battery_status().

2007-06-04 Thread Robert P. J. Day
Remove the "#if 0"ed definition of apm_get_battery_status(). Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> Acked-by: Stephen Rothwell <[EMAIL PROTECTED]> --- diff --git a/arch/i386/kernel/apm.c b/arch/i386/kernel/apm.c index 4112afe..5c6da2b 100644 --- a/arch/i386/kernel/apm.c +++ b/arch/