Re: [PATCH 0/2] get rid of useless header file

From: Larry Finger
Date: Mon Jun 20 2022 - 16:02:31 EST


On 6/20/22 12:19, Nam Cao wrote:
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


For future patch sets, please include the "staging: r8188eu:" part of the subject of the cover letter. It makes it easier to sort out the rest of the patches; however,it is not necessary to resubmit this one.

The two patchesw are fine.

Acked-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx>

Thanks,

Larry