Re: [PATCH] omap/hsmmc: constify dev_pm_ops

From: Doug Wilson
Date: Tue Aug 08 2017 - 07:40:05 EST


>>
>> Signed-off-by: Doug Wilson <doug.wilson@xxxxxxxxx>
>
> This doesn't apply on my next branch, please re-base it.

is this your next-branch :kernel/git/ulfh/mmc.git ?

- Doug

>>
>> -static struct dev_pm_ops omap_hsmmc_dev_pm_ops = {
>> +static const struct dev_pm_ops omap_hsmmc_dev_pm_ops = {
>> SET_SYSTEM_SLEEP_PM_OPS(omap_hsmmc_suspend, omap_hsmmc_resume)
>> .runtime_suspend = omap_hsmmc_runtime_suspend,
>> .runtime_resume = omap_hsmmc_runtime_resume,
>> --
>> 2.7.4
>>