From: Andrew Morton WARNING: "is_PSX_present" [drivers/acpi/processor.ko] undefined! Cc: Anil Keshavamurthy Cc: Rajesh Shah Cc: Ashok Raj Cc: Andi Kleen Signed-off-by: Andrew Morton --- drivers/acpi/scan.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/acpi/scan.c~enable-sci_emulate-to-manually-simulate-physical-hotplug-testing-fix drivers/acpi/scan.c --- 25-sparc64/drivers/acpi/scan.c~enable-sci_emulate-to-manually-simulate-physical-hotplug-testing-fix 2006-03-03 02:52:35.000000000 -0800 +++ 25-sparc64-akpm/drivers/acpi/scan.c 2006-03-03 02:53:36.000000000 -0800 @@ -394,6 +394,7 @@ int is_PSX_present(acpi_handle handle, i else return_VALUE(0); } +EXPORT_SYMBOL_GPL(is_PSX_present); #endif static int acpi_eject_operation(acpi_handle handle, int lockable) _