[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210823234858.2633-1-straube.linux@gmail.com>
Date: Tue, 24 Aug 2021 01:48:56 +0200
From: Michael Straube <straube.linux@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, phil@...lpotter.co.uk, martin@...ser.cx,
fmdefrancesco@...il.com, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Michael Straube <straube.linux@...il.com>
Subject: [PATCH 0/2] staging: r8188eu: remove unneeded header files
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
Powered by blists - more mailing lists