From: Fabio Aiuto Date: Sat, 27 Mar 2021 14:24:10 +0000 (+0100) Subject: staging: rtl8723bs: remove unused field in rereg_nd_name_data struct X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9cbc7a2fb93b39c7b14042b19001b19a5f4c5226;p=linux.git staging: rtl8723bs: remove unused field in rereg_nd_name_data struct remove unused field old_ips_mode in struct rereg_nd_name_data Signed-off-by: Fabio Aiuto Link: https://lore.kernel.org/r/e47b4092f12c4930b7185ecdd59b1d0611dd09e7.1616854134.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h index df1dd9fa7b906..7eb59a16d00eb 100644 --- a/drivers/staging/rtl8723bs/include/drv_types.h +++ b/drivers/staging/rtl8723bs/include/drv_types.h @@ -412,7 +412,6 @@ struct adapter { struct rereg_nd_name_data { struct net_device *old_pnetdev; char old_ifname[IFNAMSIZ]; - u8 old_ips_mode; u8 old_bRegUseLed; } rereg_nd_name_priv;