On Wed, Mar 24, 2021 at 07:38:34PM +0100, Marco Cesati wrote: > Remove the following unnecessary enum definition in > include/hal_com_h2c.h: > > enum h2c_cmd > > Signed-off-by: Marco Cesati <marcocesati@xxxxxxxxx> > --- > .../staging/rtl8723bs/include/hal_com_h2c.h | 60 ------------------- > 1 file changed, 60 deletions(-) > > diff --git a/drivers/staging/rtl8723bs/include/hal_com_h2c.h b/drivers/staging/rtl8723bs/include/hal_com_h2c.h > index 65e9548c7b68..c7c2ff6c83b1 100644 > --- a/drivers/staging/rtl8723bs/include/hal_com_h2c.h > +++ b/drivers/staging/rtl8723bs/include/hal_com_h2c.h > @@ -11,66 +11,6 @@ > /* H2C CMD DEFINITION ------------------------------------------------ */ > /* */ > /* 88e, 8723b, 8812, 8821, 92e use the same FW code base */ Delete these comments. > -enum h2c_cmd { > - /* Common Class: 000 */ > - H2C_RSVD_PAGE = 0x00, > - H2C_MEDIA_STATUS_RPT = 0x01, regards, dan carpenter