zephyr/drivers/sensor/vcnl4040
Gerard Marull-Paretas 45a6de6804 drivers: fix pm callback signature
For some reason a few drivers were not converted to the new device PM
callback signature. The reason may be because the device PM part is
compiled only when CONFIG_PM_DEVICE=y, a condition not enabled in CI by
default.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-06-04 08:16:49 -05:00
..
CMakeLists.txt
Kconfig
vcnl4040_trigger.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
vcnl4040.c drivers: fix pm callback signature 2021-06-04 08:16:49 -05:00
vcnl4040.h