drivers: sensor: si7210: make PM callback static
The PM action callback is not used externally, so make it static. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
39abbf64f7
commit
79effd7d1a
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ static const struct sensor_driver_api si7210_api_funcs = {
|
|||
};
|
||||
|
||||
#ifdef CONFIG_PM_DEVICE
|
||||
int si7210_pm_ctrl(const struct device *dev, enum pm_device_action action)
|
||||
static int si7210_pm_ctrl(const struct device *dev, enum pm_device_action action)
|
||||
{
|
||||
int rc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue