]> err.no Git - linux-2.6/blobdiff - include/acpi/acpi_bus.h
[ACPI] delete CONFIG_ACPI_BUS
[linux-2.6] / include / acpi / acpi_bus.h
index 4f4b2baa7176dbbe94588cb30f46ecb76a4f4d59..0b54e9a4a8a1fdbdc9d2f8a560720fef51f55fe0 100644 (file)
@@ -53,7 +53,7 @@ acpi_evaluate_reference(acpi_handle handle,
                        struct acpi_object_list *arguments,
                        struct acpi_handle_list *list);
 
-#ifdef CONFIG_ACPI_BUS
+#ifdef CONFIG_ACPI
 
 #include <linux/proc_fs.h>
 
@@ -356,6 +356,6 @@ acpi_handle acpi_get_child(acpi_handle, acpi_integer);
 acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int);
 #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->firmware_data))
 
-#endif                         /*CONFIG_ACPI_BUS */
+#endif /* CONFIG_ACPI */
 
 #endif /*__ACPI_BUS_H__*/