From: Stephen Rothwell <hidden> Date: 2007-05-21 05:05:37
pmu_battery_count, pmu_batteries, pmu_power_flags were only exported
for 32 bit builds but are now needed for 64 bit as well.
Signed-off-by: Stephen Rothwell <redacted>
---
drivers/macintosh/via-pmu.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
pmu_battery_count, pmu_batteries, pmu_power_flags were only exported
for 32 bit builds but are now needed for 64 bit as well.
Signed-off-by: Stephen Rothwell <redacted>
I haven't seen this one show up in 2.6.22-rc or powerpc.git yet,
but I think we should have it in there to avoid build breakage.
I stumbled over the same bug and wanted to submit a fix when
I saw it was posted already.
Arnd <><
From: Johannes Berg <johannes@sipsolutions.net> Date: 2007-06-06 14:23:02
On Wed, 2007-06-06 at 16:05 +0200, Arnd Bergmann wrote:
On Monday 21 May 2007, Stephen Rothwell wrote:
quoted
pmu_battery_count, pmu_batteries, pmu_power_flags were only exported
for 32 bit builds but are now needed for 64 bit as well.
Signed-off-by: Stephen Rothwell <redacted>
I haven't seen this one show up in 2.6.22-rc or powerpc.git yet,
but I think we should have it in there to avoid build breakage.
I stumbled over the same bug and wanted to submit a fix when
I saw it was posted already.
Actually, I think that with the latest patch I sent that disallows you
to build APM-emulation for 64-bit (which doesn't make sense) this
shouldn't be a problem any more. Are tehre still some that need
exporting?
johannes
Actually, I think that with the latest patch I sent that disallows you
to build APM-emulation for 64-bit (which doesn't make sense) this
shouldn't be a problem any more. Are tehre still some that need
exporting?
Sorry, I must have missed your patch.
I can confirm that in 2.6.22-rc4 Stephen's patch is no longer needed.
Arnd <><