vserver 1.9.3
[linux-2.6.git] / drivers / acpi / events / evevent.c
index abdb3a5..558ec7b 100644 (file)
@@ -50,7 +50,7 @@
 
 /*******************************************************************************
  *
- * FUNCTION:    acpi_ev_initialize
+ * FUNCTION:    acpi_ev_initialize_events
  *
  * PARAMETERS:  None
  *
  ******************************************************************************/
 
 acpi_status
-acpi_ev_initialize (
+acpi_ev_initialize_events (
        void)
 {
        acpi_status                     status;
 
 
-       ACPI_FUNCTION_TRACE ("ev_initialize");
+       ACPI_FUNCTION_TRACE ("ev_initialize_events");
 
 
        /* Make sure we have ACPI tables */
@@ -104,7 +104,7 @@ acpi_ev_initialize (
 
 /*******************************************************************************
  *
- * FUNCTION:    acpi_ev_handler_initialize
+ * FUNCTION:    acpi_ev_install_xrupt_handlers
  *
  * PARAMETERS:  None
  *
@@ -115,13 +115,13 @@ acpi_ev_initialize (
  ******************************************************************************/
 
 acpi_status
-acpi_ev_handler_initialize (
+acpi_ev_install_xrupt_handlers (
        void)
 {
        acpi_status                     status;
 
 
-       ACPI_FUNCTION_TRACE ("ev_handler_initialize");
+       ACPI_FUNCTION_TRACE ("ev_install_xrupt_handlers");
 
 
        /* Install the SCI handler */