commit | bd7d56a709004b35ce17854d44b96466cc334613 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 07:50:26 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | 59f2d870e2ba1b3e4f6c699e89722872e0220358 | |
parent | 1cbee124dfd4d4388226d995a9c709a50b28f797 [diff] |
hwmon: (tmp421) Fix build warning The following build warning is seen if CONFIG_OF is disabled. drivers/hwmon/tmp421.c:73:34: warning: ‘tmp421_of_match’ defined but not used Mark tmp421_of_match as __maybe_unused to fix the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>