commit | 20b497ab9c38e89e3a0aeaf469c90682520fb095 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 07:44:40 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | fd606d88df516803c44e1d8bd126ec8b876b28b0 | |
parent | 2720ce7e46e1c851890ddd9e94c8548230a13280 [diff] |
hwmon: (lm85) Fix build warning The following build warning is seen if CONFIG_OF is disabled. drivers/hwmon/lm85.c:1645:34: warning: ‘lm85_of_match’ defined but not used Mark lm85_of_match as __maybe_unused to ix the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>