On Tue, 24 Aug 2021 at 00:50, Michael Straube <straube.linux@xxxxxxxxx> wrote: > > This series removes the header files if_ether.h and ip.h as both just > duplicate in-kernel definitions. > > Both patches were already sent as single patches but only the one or > the other can be applied due to conflicts, so I resend them in this > series. > > Michael Straube (2): > staging: r8188eu: remove if_ether.h header file > staging: r8188eu: remove ip.h header file > > drivers/staging/r8188eu/core/rtw_recv.c | 2 - > drivers/staging/r8188eu/core/rtw_xmit.c | 1 - > drivers/staging/r8188eu/hal/rtl8188eu_recv.c | 2 - > drivers/staging/r8188eu/include/if_ether.h | 94 ---------------- > drivers/staging/r8188eu/include/ip.h | 109 ------------------- > drivers/staging/r8188eu/os_dep/xmit_linux.c | 2 - > 6 files changed, 210 deletions(-) > delete mode 100644 drivers/staging/r8188eu/include/if_ether.h > delete mode 100644 drivers/staging/r8188eu/include/ip.h > > -- > 2.32.0 > Dear Michael, Many thanks, applied/built/ran with both patches applied, looks good and works fine so far. For both: Acked-by: Phillip Potter <phil@xxxxxxxxxxxxxxxx> Regards, Phil