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