[PATCH 2/4] include/scsi.h: drop unused declarations

Antony Pavlov antonynpavlov at gmail.com
Sun Jul 20 22:00:43 PDT 2025


Several U-Boot function declarations were introduced
in the commit 637b3aa727b5b4710b753563ccc3ee8128d0a71b
("USB mass storage device driver initial implementation").
At the moment these declarations are unused, so drop them.

Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 include/scsi.h | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/include/scsi.h b/include/scsi.h
index 23fc7abbaf4..cb8c95dc5ba 100644
--- a/include/scsi.h
+++ b/include/scsi.h
@@ -144,20 +144,6 @@
 /* values for service action in */
 #define	SAI_READ_CAPACITY_16	0x10
 
-/****************************************************************************
- * decleration of functions which have to reside in the LowLevel Part Driver
- */
-
-void scsi_bus_reset(void);
-void scsi_low_level_init(int busdevfunc);
-
-
-/***************************************************************************
- * functions residing inside cmd_scsi.c
- */
-void scsi_init(void);
-
-
 #define SCSI_IDENTIFY				0xC0  /* not used */
 
 /* Hardware errors  */
-- 
2.45.2




More information about the barebox mailing list