ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
[pandora-kernel.git] / drivers / acpi / fan.c
index c1d4705..65bdcde 100644 (file)
@@ -203,7 +203,7 @@ static int acpi_fan_add(struct acpi_device *device)
 
        result = acpi_bus_get_power(fan->handle, &state);
        if (result) {
-               ACPI_ERROR((AE_INFO, "Reading power state"));
+               printk(KERN_ERR PREFIX "Reading power state\n");
                goto end;
        }