[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220804105532.7532-1-straube.linux@gmail.com>
Date: Thu, 4 Aug 2022 12:55:30 +0200
From: Michael Straube <straube.linux@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, phil@...lpotter.co.uk,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Michael Straube <straube.linux@...il.com>
Subject: [PATCH 0/2] staging: r8188eu: make some functions static
This series makes some functions static what allows us to remove the
files hal/rtl8188e_xmit.c and hal/rtl8188eu_recv.c.
Michael Straube (2):
staging: r8188eu: make handle_txrpt_ccx_88e() static
staging: r8188eu: make rtl8188eu_{init,free}_recv_priv() static
drivers/staging/r8188eu/Makefile | 2 -
drivers/staging/r8188eu/core/rtw_recv.c | 79 ++++++++++++++++
drivers/staging/r8188eu/hal/rtl8188e_xmit.c | 22 -----
drivers/staging/r8188eu/hal/rtl8188eu_recv.c | 91 -------------------
drivers/staging/r8188eu/hal/usb_ops_linux.c | 14 +++
.../staging/r8188eu/include/rtl8188e_recv.h | 2 -
.../staging/r8188eu/include/rtl8188e_xmit.h | 2 -
7 files changed, 93 insertions(+), 119 deletions(-)
delete mode 100644 drivers/staging/r8188eu/hal/rtl8188e_xmit.c
delete mode 100644 drivers/staging/r8188eu/hal/rtl8188eu_recv.c
--
2.37.1
Powered by blists - more mailing lists