Re: [PATCH 4/5] staging/rtl* Remove duplicated BIT() definitions

2015-09-04 Thread Sudip Mukherjee
On Fri, Sep 04, 2015 at 02:08:07AM -0700, Anish Bhatt wrote: > The BIT() macro is already defined in bitops.h, > remove duplicate definitions. > > Signed-off-by: Anish Bhatt > --- This patch is adding new build warnings. regards sudip ___ devel mailing

[PATCH 4/5] staging/rtl* Remove duplicated BIT() definitions

2015-09-04 Thread Anish Bhatt
The BIT() macro is already defined in bitops.h, remove duplicate definitions. Signed-off-by: Anish Bhatt --- drivers/staging/rtl8188eu/include/rtl8188e_spec.h | 4 drivers/staging/rtl8188eu/include/wifi.h | 7 --- drivers/staging/rtl8712/osdep_service.h | 4 driv