[ACPI] ACPICA 20060113
[sfrench/cifs-2.6.git] / drivers / acpi / events / evevent.c
index 9522c643b88b51545dc4c594c2d8c9dab2a74270..b380ae1044b7ef46e0f82ed99edfc4b8d3aed7a5 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2005, R. Byron Moore
+ * Copyright (C) 2000 - 2006, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -73,7 +73,7 @@ acpi_status acpi_ev_initialize_events(void)
        /* Make sure we have ACPI tables */
 
        if (!acpi_gbl_DSDT) {
-               ACPI_DEBUG_PRINT((ACPI_DB_WARN, "No ACPI tables present!\n"));
+               ACPI_REPORT_WARNING(("No ACPI tables present!\n"));
                return_ACPI_STATUS(AE_NO_ACPI_TABLES);
        }