Re: [PATCH] mlxsw: remove unused arrays mlxsw_i2c_driver_name and mlxsw_pci_driver_name

From: David Miller
Date: Fri Aug 10 2018 - 13:25:19 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Fri, 10 Aug 2018 08:53:28 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Arrays mlxsw_i2c_driver_name and mlxsw_pci_driver_name are defined
> but never used hence they are redundant and can be removed.
>
> Cleans up clang warnings:
> warning: 'mlxsw_i2c_driver_name' defined but not used
> warning: 'mlxsw_pci_driver_name' defined but not used
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.