Commit 676ab9a6 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] USB: fix CONFIG_PM build issues

parent 469f0ab2
......@@ -229,8 +229,8 @@ extern int pm_suspend(u32 state);
struct device;
struct dev_pm_info {
#ifdef CONFIG_PM
u32 power_state;
#ifdef CONFIG_PM
u8 * saved_state;
atomic_t pm_users;
struct device * pm_parent;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment