summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorAndreas Ruprecht <rupran@einserver.de>2015-02-08 20:36:38 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-02-08 23:42:25 +0100
commitf6a55884d76c5f493538866793fddd47b4ecf646 (patch)
tree4a8bfe68ee9d960cc51f0636784419a97d16a235 /drivers/acpi
parente36f014edff70fc02b3d3d79cead1d58f289332e (diff)
downloadop-kernel-dev-f6a55884d76c5f493538866793fddd47b4ecf646.zip
op-kernel-dev-f6a55884d76c5f493538866793fddd47b4ecf646.tar.gz
USB / PM: Remove unneeded #ifdef and associated dead code
In commit ceb6c9c862c8 ("USB / PM: Drop CONFIG_PM_RUNTIME from the USB core"), all occurrences of CONFIG_PM_RUNTIME in the USB core code were replaced by CONFIG_PM. This created the following structure of #ifdef blocks in drivers/usb/core/hub.c: [...] #ifdef CONFIG_PM #ifdef CONFIG_PM /* always on / undead */ #else /* dead */ #endif [...] This patch removes unnecessary inner "#ifdef CONFIG_PM" as well as the corresponding dead #else block. This inconsistency was found using the undertaker-checkpatch tool. Signed-off-by: Andreas Ruprecht <rupran@einserver.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud