Home
last modified time | relevance | path

Searched hist:"32 c2d40252454e539b91d37776869ed69c23b2e8" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Dina209.cdiff 32c2d40252454e539b91d37776869ed69c23b2e8 Thu Apr 04 15:41:19 CEST 2019 Guenter Roeck <linux@roeck-us.net> hwmon: (ina209) Fix build warning

If CONFIG_OF is not enabled, the following build warning is observed.

drivers/hwmon/ina209.c:590:34: warning:
‘ina209_of_match’ defined but not used

Mark ina209_of_match as __maybe_unused to fix the problem.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>