diff options
author | Len Brown <len.brown@intel.com> | 2007-07-25 01:35:25 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-25 01:35:25 -0400 |
commit | 1e1f3f24cdbc53e67acd7b2e37e6cf0cb11bd13c (patch) | |
tree | f2f8e838d36722d39d62eb7eec7a1b3ad29d0d5a /include/acpi | |
parent | c30c620ee1cc351bcc149c4280e1166998df0064 (diff) | |
parent | e8b2fd01228f690c3e0cb3f14facfa8d93d4adae (diff) |
Pull kconfig into release branch
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_drivers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 553515912c0..07b5d76b92c 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h @@ -142,10 +142,6 @@ static inline void unregister_hotplug_dock_device(acpi_handle handle) /*-------------------------------------------------------------------------- Suspend/Resume -------------------------------------------------------------------------- */ -#ifdef CONFIG_ACPI_SLEEP extern int acpi_sleep_init(void); -#else -#define acpi_sleep_init() do {} while (0) -#endif #endif /*__ACPI_DRIVERS_H__*/ |