Re: [patch 2.6.20-rc3 3/3] export ACPI info to rtc_cmos platform data

2007-01-24 Thread Len Brown
Eventually we may bundle ACPI/PNP/PNPACPI, so the #else !CONFIG_PNPACPI part here can go away. Acked-by: Len Brown <[EMAIL PROTECTED]> On Friday 05 January 2007 13:03, David Brownell wrote: > Update ACPI to export its RTC extension information through platform_data > to the PNPACPI or platform bu

[patch 2.6.20-rc3 3/3] export ACPI info to rtc_cmos platform data

2007-01-05 Thread David Brownell
Update ACPI to export its RTC extension information through platform_data to the PNPACPI or platform bus device node used on the system being set up. Signed-off-by: David Brownell <[EMAIL PROTECTED]> drivers/acpi/glue.c | 89 1 files ch