diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c index 8bca7465c78d50fd750e27905e82304aef1cc04f..43116cdbabf91202dde9ba12e16c2f730f6fe85c 100644 --- a/drivers/acpi/device_pm.c +++ b/drivers/acpi/device_pm.c @@ -592,7 +592,7 @@ static inline void acpi_wakeup_device(acpi_handle handle, u32 event, void *context) {} #endif /* CONFIG_PM_RUNTIME */ - #ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_PM_SLEEP /** * __acpi_device_sleep_wake - Enable or disable device to wake up the system. * @dev: Device to enable/desible to wake up the system.