]> err.no Git - linux-2.6/blobdiff - drivers/acpi/namespace/nsutils.c
cciss: fix regression that no device nodes are created if no logical drives are confi...
[linux-2.6] / drivers / acpi / namespace / nsutils.c
index aa4e799d9a8c3123e297e9195c50749086b07906..64c039843ed2ba9efb6da4df7978c5cce674811d 100644 (file)
@@ -6,7 +6,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2006, R. Byron Moore
+ * Copyright (C) 2000 - 2008, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -770,13 +770,6 @@ void acpi_ns_terminate(void)
        }
 
        ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Namespace freed\n"));
-
-       /*
-        * 2) Now we can delete the ACPI tables
-        */
-       acpi_tb_delete_all_tables();
-       ACPI_DEBUG_PRINT((ACPI_DB_INFO, "ACPI Tables freed\n"));
-
        return_VOID;
 }