* [PATCH] staging: rtl8723bs: remove unused SSIZE_PTR definition
@ 2026-09-06 23:10 Gabriel Windlin
0 siblings, 0 replies; only message in thread
From: Gabriel Windlin @ 2026-09-06 23:10 UTC (permalink / raw)
To: Greg Kroah-Hartman, Mashiro Chen, Luka Gejak, Navaneeth K,
Dan Carpenter, linux-staging, linux-kernel
Cc: Gabriel Windlin
The SSIZE_PTR macro is defined as __kernel_ssize_t in basic_types.h
but is never referenced anywhere in this driver or the rest of the
kernel tree. Remove this unused definition to clean up dead code as
noted in the driver's TODO file.
Signed-off-by: Gabriel Windlin <gawindlin@gmail.com>
---
drivers/staging/rtl8723bs/include/basic_types.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/basic_types.h b/drivers/staging/rtl8723bs/include/basic_types.h
index b6b1afaa9ab8..dd376072d1c7 100644
--- a/drivers/staging/rtl8723bs/include/basic_types.h
+++ b/drivers/staging/rtl8723bs/include/basic_types.h
@@ -14,7 +14,6 @@
#include <linux/stddef.h>
#define SIZE_PTR __kernel_size_t
-#define SSIZE_PTR __kernel_ssize_t
/* port from fw by thomas */
/* TODO: Belows are Sync from SD7-Driver. It is necessary to check correctness */
base-commit: df2908090cda368b01ff43709f51890076c56157
--
2.55.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-06 23:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06 23:10 [PATCH] staging: rtl8723bs: remove unused SSIZE_PTR definition Gabriel Windlin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®