Re: [PATCH 3/3] staging: rtl8188eu: remove header file ethernet.h

2014-02-12 Thread navin patidar
I've submitted second version of this patch. regards, --navin-patidar On Wed, Feb 12, 2014 at 2:03 AM, Greg KH wrote: > On Sun, Feb 09, 2014 at 02:10:46PM +0530, navin patidar wrote: >> "ethernet.h" is included in three files but only "rtw_recv.c" using two >> macros >> defined in "ethernet.h",

Re: [PATCH 3/3] staging: rtl8188eu: remove header file ethernet.h

2014-02-11 Thread Greg KH
On Sun, Feb 09, 2014 at 02:10:46PM +0530, navin patidar wrote: > "ethernet.h" is included in three files but only "rtw_recv.c" using two macros > defined in "ethernet.h", so move used macros in "rtw_recv.c" and > remove "include/ethernet.h" header file and inclusion of this header file. > > Signed

[PATCH 3/3] staging: rtl8188eu: remove header file ethernet.h

2014-02-09 Thread navin patidar
"ethernet.h" is included in three files but only "rtw_recv.c" using two macros defined in "ethernet.h", so move used macros in "rtw_recv.c" and remove "include/ethernet.h" header file and inclusion of this header file. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_recv.c