X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Facpi%2Facpi_bus.h;h=6d1879bf94403e5f082d9b27e205e37ceb60a9b0;hb=7482c5cb90e5a7f9e9e12dd154d405e0219656e3;hp=a3abcc4b7d9ff776a1c5c64aaced2c4248798fd0;hpb=163c3e3dc0ddcea3edac51612fced13c597f37dc;p=linux-2.6-microblaze.git diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index a3abcc4b7d9f..6d1879bf9440 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -620,7 +620,6 @@ acpi_status acpi_remove_pm_notifier(struct acpi_device *adev); bool acpi_pm_device_can_wakeup(struct device *dev); int acpi_pm_device_sleep_state(struct device *, int *, int); int acpi_pm_set_device_wakeup(struct device *dev, bool enable); -int acpi_pm_set_bridge_wakeup(struct device *dev, bool enable); #else static inline void acpi_pm_wakeup_event(struct device *dev) { @@ -651,10 +650,6 @@ static inline int acpi_pm_set_device_wakeup(struct device *dev, bool enable) { return -ENODEV; } -static inline int acpi_pm_set_bridge_wakeup(struct device *dev, bool enable) -{ - return -ENODEV; -} #endif #ifdef CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT