drivers: gpio: remove usage of device_pm_control_nop
device_pm_control_nop is now deprecated in favour of NULL. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
faeaea112e
commit
1b5542056b
34 changed files with 45 additions and 45 deletions
|
@ -774,7 +774,7 @@ static struct gpio_pca95xx_drv_data gpio_pca95xx_##inst##_drvdata = { \
|
|||
\
|
||||
DEVICE_DT_INST_DEFINE(inst, \
|
||||
gpio_pca95xx_init, \
|
||||
device_pm_control_nop, \
|
||||
NULL, \
|
||||
&gpio_pca95xx_##inst##_drvdata, \
|
||||
&gpio_pca95xx_##inst##_cfg, \
|
||||
POST_KERNEL, CONFIG_GPIO_PCA95XX_INIT_PRIORITY, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue