On Thu, Oct 23, 2014 at 6:48 AM, Wonhong Kwon <wonhongkwon@xxxxxxxxx> wrote: > -#else /* !CONFIG_PM */ > +#else /* !CONFIG_PM_SLEEP */ > #define ehci_platform_suspend NULL > #define ehci_platform_resume NULL No need for these NULL defines anymore as you switched to SIMPLE_DEV_PM_OPS. > -#else /* !CONFIG_PM */ > +#else /* !CONFIG_PM_SLEEP */ > #define ohci_platform_suspend NULL > #define ohci_platform_resume NULL Same here. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html