commit | a62fe340e27184e929b453f6b5097a2f7c9c160c | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 06:35:28 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | 8a9cae3b8efcccd81ec508b8844ce866758d2f45 | |
parent | fe339dbf295a5da2b316e1f8e762e02fae000f50 [diff] |
hwmon: (hih6130) Fix build warning If CONFIG_OF is not enabled, the following build warning is observed. drivers/hwmon/hih6130.c:255:34: warning: ‘hih6130_of_match’ defined but not used Mark hih6130_of_match as __maybe_unused to fix the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>