[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210824123621.10801-1-straube.linux@gmail.com>
Date: Tue, 24 Aug 2021 14:36:18 +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 v2 0/3] 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.
v1 -> v2
Added a patch that removes the header file ethernet.h.
Michael Straube (3):
staging: r8188eu: remove if_ether.h header file
staging: r8188eu: remove ip.h header file
staging: r8188eu: remove ethernet.h header file
drivers/staging/r8188eu/core/rtw_recv.c | 5 +-
drivers/staging/r8188eu/core/rtw_xmit.c | 1 -
drivers/staging/r8188eu/hal/rtl8188eu_recv.c | 3 -
drivers/staging/r8188eu/include/ethernet.h | 24 ----
drivers/staging/r8188eu/include/if_ether.h | 94 ----------------
drivers/staging/r8188eu/include/ip.h | 109 -------------------
drivers/staging/r8188eu/include/rtw_recv.h | 2 +
drivers/staging/r8188eu/os_dep/recv_linux.c | 1 -
drivers/staging/r8188eu/os_dep/xmit_linux.c | 2 -
9 files changed, 3 insertions(+), 238 deletions(-)
delete mode 100644 drivers/staging/r8188eu/include/ethernet.h
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