mirror of https://github.com/torvalds/linux.git
The conversion to EXPORT_SIMPLE_DEV_PM_OPS() also replaced the pm ops
assignment with pm_ptr() macro, but this made difference from the
original code; it had conditional with ifdef CONFIG_PM_SLEEP, while
we have now with CONFIG_PM, instead. This seems causing build errors
with randomconfig.
For fixing the inconsistency, replace pm_ptr() with pm_sleep_ptr().
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| ak4396.h | ||
| cm9780.h | ||
| cs2000.h | ||
| cs4245.h | ||
| cs4362a.h | ||
| cs4398.h | ||
| oxygen.c | ||
| oxygen.h | ||
| oxygen_io.c | ||
| oxygen_lib.c | ||
| oxygen_mixer.c | ||
| oxygen_pcm.c | ||
| oxygen_regs.h | ||
| pcm1796.h | ||
| se6x.c | ||
| virtuoso.c | ||
| wm8766.h | ||
| wm8776.h | ||
| wm8785.h | ||
| xonar.h | ||
| xonar_cs43xx.c | ||
| xonar_dg.c | ||
| xonar_dg.h | ||
| xonar_dg_mixer.c | ||
| xonar_hdmi.c | ||
| xonar_lib.c | ||
| xonar_pcm179x.c | ||
| xonar_wm87x6.c | ||