commit | 07af9a4a6d151821f2697ca7397deb8a6f2bed5e | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 06:27:26 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | accdc9d88b3d515b5b6cbfd991fb061e6df421c4 | |
parent | 0718298685f5fc643cbdedec06be0ab505da2b8c [diff] |
hwmon: (tmp102) Fix build warning If CONFIG_OF is not enabled, the following build warning is observed. drivers/hwmon/tmp102.c:324:34: warning: ‘tmp102_of_match’ defined but not used Mark it as __maybe_unused to fix the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>