ChangeSet 1.1728, 2004/05/17 11:12:22-07:00, david-b@pacbell.net [PATCH] USB: fix CONFIG_PM build issues include/linux/pm.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/include/linux/pm.h b/include/linux/pm.h --- a/include/linux/pm.h Mon May 17 16:37:56 2004 +++ b/include/linux/pm.h Mon May 17 16:37:56 2004 @@ -229,8 +229,8 @@ 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;