This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / tables / tbxface.c
index 1cce360..c92e715 100644 (file)
@@ -42,7 +42,6 @@
  * POSSIBILITY OF SUCH DAMAGES.
  */
 
-#include <linux/module.h>
 
 #include <acpi/acpi.h>
 #include <acpi/acnamesp.h>
@@ -138,8 +137,6 @@ error_exit:
 }
 
 
-#ifdef ACPI_FUTURE_USAGE
-
 /*******************************************************************************
  *
  * FUNCTION:    acpi_load_table
@@ -346,8 +343,6 @@ acpi_get_table_header (
 }
 
 
-#endif  /*  ACPI_FUTURE_USAGE  */
-
 /*******************************************************************************
  *
  * FUNCTION:    acpi_get_table
@@ -444,5 +439,5 @@ acpi_get_table (
        ACPI_MEMCPY ((void *) ret_buffer->pointer, (void *) tbl_ptr, table_length);
        return_ACPI_STATUS (AE_OK);
 }
-EXPORT_SYMBOL(acpi_get_table);
+