hwmon: (sis5595) drop unused DIV_TO_REG function
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 25 Feb 2024 20:28:41 +0000 (21:28 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 25 Feb 2024 20:37:47 +0000 (12:37 -0800)
commit5b1d7a0f904b0785d1f6e12770648410093744ac
treeebc0c78d58fc1d61f2a53ede29f61f7f301b141c
parenta095d8c0230b16eb6ea824925d670215624a0590
hwmon: (sis5595) drop unused DIV_TO_REG function

'DIV_TO_REG' function is not used:

  sis5595.c:159:18: error: unused function 'DIV_TO_REG' [-Werror,-Wunused-function]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240225202841.60740-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sis5595.c