Re: [PATCH] hwmon: remove unused superio_outb function

From: Guenter Roeck
Date: Sat Mar 25 2023 - 09:51:18 EST


On Thu, Mar 23, 2023 at 05:15:35PM -0400, Tom Rix wrote:
> clang with W=1 reports
> drivers/hwmon/vt1211.c:198:20: error: unused function
> 'superio_outb' [-Werror,-Wunused-function]
> static inline void superio_outb(int sio_cip, int reg, int val)
> ^
> This function is not used so remove it.
>
> Signed-off-by: Tom Rix <trix@xxxxxxxxxx>
> Acked-by: Juerg Haefliger <juergh@xxxxxxxxx>

Applied.

Thanks,
Guenter