This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / utilities / utglobal.c
index 9945a73..489a996 100644 (file)
@@ -43,8 +43,6 @@
 
 #define DEFINE_ACPI_GLOBALS
 
-#include <linux/module.h>
-
 #include <acpi/acpi.h>
 #include <acpi/acnamesp.h>
 
@@ -145,12 +143,10 @@ unknown:
 
 /* Debug switch - level and trace mask */
 u32                                 acpi_dbg_level = ACPI_DEBUG_DEFAULT;
-EXPORT_SYMBOL(acpi_dbg_level);
 
 /* Debug switch - layer (component) mask */
 
 u32                                 acpi_dbg_layer = ACPI_COMPONENT_DEFAULT | ACPI_ALL_DRIVERS;
-EXPORT_SYMBOL(acpi_dbg_layer);
 u32                                 acpi_gbl_nesting_level = 0;
 
 
@@ -865,7 +861,6 @@ acpi_ut_init_globals (
 
        acpi_gbl_system_notify.handler      = NULL;
        acpi_gbl_device_notify.handler      = NULL;
-       acpi_gbl_exception_handler          = NULL;
        acpi_gbl_init_handler               = NULL;
 
        /* Global "typed" ACPI table pointers */