commit | 0337dd9b4ac6a395efa9635649fa0f1f7094a16a | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 06:36:51 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | f052fcc2ba3296b6799618f678470a28a6ea1768 | |
parent | a62fe340e27184e929b453f6b5097a2f7c9c160c [diff] |
hwmon: (ads7828) Fix build warning If CONFIG_OF is not enabled, the following build warning is observed. drivers/hwmon/ads7828.c:203:34: warning: ‘ads7828_of_match’ defined but not used Mark ads7828_of_match as __maybe_unused to fix the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>