]> www.infradead.org Git - users/willy/linux.git/commit
staging: r8188eu: remove ip.h header file
authorMichael Straube <straube.linux@gmail.com>
Tue, 24 Aug 2021 12:36:20 +0000 (14:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 10:29:05 +0000 (12:29 +0200)
commitf09dc911bd26c26bee20e349eb19eaf861c27aab
tree6e8d45c06fe823e2bccad63dc8bf02268c5ee12d
parent68ad97bc5a1b9b5b2c3717ae8c5ca1071d3a88f5
staging: r8188eu: remove ip.h header file

The struct ip_options declared in ip.h is only unsed in the optlength
macro which is also defined in ip.h and not used in the driver code.
All other definitions/declarations in ip.h are duplicated from
<include/uapi/linux/ip.h>. Remove the ip.h header file and its includes.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210824123621.10801-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c
drivers/staging/r8188eu/core/rtw_xmit.c
drivers/staging/r8188eu/hal/rtl8188eu_recv.c
drivers/staging/r8188eu/include/ip.h [deleted file]
drivers/staging/r8188eu/os_dep/xmit_linux.c