public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] get rid of useless header file
@ 2022-06-20 17:19 Nam Cao
  2022-06-20 17:19 ` [PATCH 1/2] staging: r8188eu: replace N_BYTE_ALIGMENT with ALIGN Nam Cao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nam Cao @ 2022-06-20 17:19 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, linux-staging, namcaov, phil, Larry.Finger,
	paskripkin

The stuffs in basic_types.h are either not used, or already defined in
the kernel. Get rid of it.

Nam Cao (2):
  staging: r8188eu: replace N_BYTE_ALIGMENT with ALIGN
  staging: r8188eu: remove basic_types.h

 drivers/staging/r8188eu/core/rtw_recv.c       |  2 +-
 drivers/staging/r8188eu/core/rtw_xmit.c       |  6 +++---
 drivers/staging/r8188eu/hal/rtl8188eu_recv.c  |  2 +-
 drivers/staging/r8188eu/include/basic_types.h | 19 -------------------
 .../staging/r8188eu/include/osdep_service.h   |  1 -
 drivers/staging/r8188eu/os_dep/xmit_linux.c   |  2 +-
 6 files changed, 6 insertions(+), 26 deletions(-)
 delete mode 100644 drivers/staging/r8188eu/include/basic_types.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-20 20:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20 17:19 [PATCH 0/2] get rid of useless header file Nam Cao
2022-06-20 17:19 ` [PATCH 1/2] staging: r8188eu: replace N_BYTE_ALIGMENT with ALIGN Nam Cao
2022-06-20 17:19 ` [PATCH 2/2] staging: r8188eu: remove basic_types.h Nam Cao
2022-06-20 20:02 ` [PATCH 0/2] get rid of useless header file Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox