Re: [PATCH] acpi: Remove unneeded nested #ifdef

2015-02-08 Thread Rafael J. Wysocki
On Sunday, February 08, 2015 02:12:59 PM Andreas Ruprecht wrote: > In commit 5de21bb998b8 ("ACPI / PM: Drop CONFIG_PM_RUNTIME from the > ACPI core"), all occurrences of CONFIG_PM_RUNTIME were replaced with > CONFIG_PM. This created the following structure of #ifdef blocks in > the code: > > [...]

[PATCH] acpi: Remove unneeded nested #ifdef

2015-02-08 Thread Andreas Ruprecht
In commit 5de21bb998b8 ("ACPI / PM: Drop CONFIG_PM_RUNTIME from the ACPI core"), all occurrences of CONFIG_PM_RUNTIME were replaced with CONFIG_PM. This created the following structure of #ifdef blocks in the code: [...] #ifdef CONFIG_PM #ifdef CONFIG_PM /* always on / undead */ #ifdef CONFIG