hwmon: (w83773g) Fix build warning
authorGuenter Roeck <linux@roeck-us.net>
Thu, 4 Apr 2019 13:38:17 +0000 (06:38 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 16 Apr 2019 00:19:53 +0000 (17:19 -0700)
commitacb614a393b51c54df52faff5bf69f6f58e396cd
tree1f404b37b653f04cd7fbc337404c4355f6d5383a
parent0337dd9b4ac6a395efa9635649fa0f1f7094a16a
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>
drivers/hwmon/w83773g.c