commit | e91cb17b733f63f8d55c836be76e89d9753c0859 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 06:16:46 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | 51fd183f65f51ecca7e4e1e3102e12fc1e7aaa2c | |
parent | 9c6b0f75ea9ce7dc97913c7676987dc8e5b58741 [diff] |
hwmon: (pmbus/tps53679) Fix build warning If CONFIG_OF is not enabled, the following build warning is observed. drivers/hwmon/pmbus/tps53679.c:100:34: warning: ‘tps53679_of_match’ defined but not used Marking tps53679_of_match as __maybe_unused fixes the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>