commit | ffa83e784745f2c7ead0b9435564a9189eaa592f | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 06:40:00 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | 22f4796838a392f767a9bef6b1bd659e4af3cbd9 | |
parent | acb614a393b51c54df52faff5bf69f6f58e396cd [diff] |
hwmon: (lm75) Fix build warning If CONFIG_OF is not enabled, the following build warning is observed. drivers/hwmon/lm75.c:446:34: warning: ‘lm75_of_match’ defined but not used Mark lm75_of_match as __maybe_unused to fix the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>