Home
last modified time | relevance | path

Searched hist:"462 d7e7ec9e855895a000c17dba0192bf6489718" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Dadc128d818.cdiff 462d7e7ec9e855895a000c17dba0192bf6489718 Thu Apr 04 15:23:59 CEST 2019 Guenter Roeck <linux@roeck-us.net> hwmon: (adc128d818) Fix build warning

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

drivers/hwmon/adc128d818.c:524:34: warning:
‘adc128_of_match’ defined but not used

Mark adc128_of_match as __maybe_unused to fix the problem.

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