From: Phillip Potter Date: Mon, 6 Sep 2021 01:01:06 +0000 (+0100) Subject: staging: r8188eu: remove c2h_id_filter_ccx from struct hal_ops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=62d7d68e3bebf0820ce6294c8b4df15128c1bba1;p=linux.git staging: r8188eu: remove c2h_id_filter_ccx from struct hal_ops Remove c2h_id_filter_ccx function pointer from struct hal_ops, as it is unused. Signed-off-by: Phillip Potter Link: https://lore.kernel.org/r/20210906010106.898-15-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/hal_intf.h b/drivers/staging/r8188eu/include/hal_intf.h index 310b4192b0b52..16d59d24d1b87 100644 --- a/drivers/staging/r8188eu/include/hal_intf.h +++ b/drivers/staging/r8188eu/include/hal_intf.h @@ -232,7 +232,6 @@ struct hal_ops { u32 bndy_cnt); void (*hal_notch_filter)(struct adapter *adapter, bool enable); - c2h_id_filter c2h_id_filter_ccx; }; #define RF_CHANGE_BY_INIT 0