staging: rtl8188eu: remove header file ethernet.h
authornavin patidar <navin.patidar@gmail.com>
Wed, 12 Feb 2014 16:00:22 +0000 (21:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Feb 2014 17:32:18 +0000 (09:32 -0800)
commit48d68b06b201fda0b09f2eda5ee517a8f4c1a861
treebd52a9c062cbaa2b96e3fcf293808816700c8a63
parentecd56ff9d1873fb04846a5847d3c53837084fa69
staging: rtl8188eu: remove header file ethernet.h

"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.

v2:
First version of this patch failed to apply.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c
drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c
drivers/staging/rtl8188eu/include/ethernet.h [deleted file]
drivers/staging/rtl8188eu/os_dep/recv_linux.c