commit | acb614a393b51c54df52faff5bf69f6f58e396cd | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Apr 04 06:38:17 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | 1f404b37b653f04cd7fbc337404c4355f6d5383a | |
parent | 0337dd9b4ac6a395efa9635649fa0f1f7094a16a [diff] |
hwmon: (w83773g) Fix build warning If CONFIG_OF is not enabled, the following build warning is observed. drivers/hwmon/w83773g.c:47:34: warning: ‘w83773_of_match’ defined but not used Mark w83773_of_match as __maybe_unused to fix the problem. Signed-off-by: Guenter Roeck <linux@roeck-us.net>