drivers: regulator: pca9420: sort includes
Sort includes: stdc, Zephyr. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
ac7c8c810a
commit
d4566ce2b6
1 changed files with 3 additions and 2 deletions
|
@ -5,11 +5,12 @@
|
|||
|
||||
#define DT_DRV_COMPAT nxp_pca9420
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/drivers/i2c.h>
|
||||
#include <zephyr/drivers/regulator.h>
|
||||
#include <zephyr/dt-bindings/regulator/pmic_i2c.h>
|
||||
#include <zephyr/drivers/i2c.h>
|
||||
#include <errno.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
|
||||
LOG_MODULE_REGISTER(pca9420, CONFIG_REGULATOR_LOG_LEVEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue