commit | 64e5116279581c4014476c4e2afabfc5227f2053 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 06:17:49 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | c412036e601d788d9cdc40b28ce4911f15b3855a | |
parent | e91cb17b733f63f8d55c836be76e89d9753c0859 [diff] |
hwmon: (pmbus/ucd900) Fix build warning If CONFIG_OF is not enabled, the following build warning is observed. drivers/hwmon/pmbus/ucd9000.c:154:34: warning: ‘ucd9000_of_match’ defined but not used Mark ucd9000_of_match as __maybe_unused to fix the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>