hwmon: (hih6130) Fix build warning
authorGuenter Roeck <linux@roeck-us.net>
Thu, 4 Apr 2019 13:35:28 +0000 (06:35 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 16 Apr 2019 00:19:53 +0000 (17:19 -0700)
commita62fe340e27184e929b453f6b5097a2f7c9c160c
tree8a9cae3b8efcccd81ec508b8844ce866758d2f45
parentfe339dbf295a5da2b316e1f8e762e02fae000f50
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>
drivers/hwmon/hih6130.c