ACPICA/ACPI: Add new host interfaces for _OSI support
[pandora-kernel.git] / drivers / acpi / acpica / utinit.c
index a39c93d..c1b1c80 100644 (file)
@@ -117,6 +117,10 @@ void acpi_ut_subsystem_shutdown(void)
        /* Close the acpi_event Handling */
 
        acpi_ev_terminate();
+
+       /* Delete any dynamic _OSI interfaces */
+
+       acpi_ut_interface_terminate();
 #endif
 
        /* Close the Namespace */