OSDN Git Service

iio: temperature: mlx90632: Add missing static marking on devm_pm_ops
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 5 Nov 2022 12:51:08 +0000 (12:51 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 23 Nov 2022 19:58:18 +0000 (19:58 +0000)
commit99043ba702243f69d1853bd8aeca01e22836ede3
treeadfe1fa01b4b5f6fb112433d3c816dadf61012cb
parentbcf22afd2ce0b8bd4fad50bfda92e8cbbc483c72
iio: temperature: mlx90632: Add missing static marking on devm_pm_ops

Only used within this file, so should be marked static.

Fixes: 2aebc223fc7c ("iio: temperature: mlx90632 Add runtime powermanagement modes")
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-off-by: Crt Mori <cmo@melexis.com>
Link: https://lore.kernel.org/r/20221105125108.383193-3-jic23@kernel.org
drivers/iio/temperature/mlx90632.c