mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 2/4] include/scsi.h: drop unused declarations
Date: Mon, 21 Jul 2025 08:00:43 +0300	[thread overview]
Message-ID: <20250721050045.17310-3-antonynpavlov@gmail.com> (raw)
In-Reply-To: <20250721050045.17310-1-antonynpavlov@gmail.com>

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@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




  parent reply	other threads:[~2025-07-21  5:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-21  5:00 [PATCH 0/4] " Antony Pavlov
2025-07-21  5:00 ` [PATCH 1/4] include/stdio.h: drop serial_printf() declaration Antony Pavlov
2025-07-21  5:00 ` Antony Pavlov [this message]
2025-07-21  5:00 ` [PATCH 3/4] include/of.h: drop of_parse_dtb() declaration Antony Pavlov
2025-07-21  5:00 ` [PATCH 4/4] include/driver.h: drop unused declarations Antony Pavlov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250721050045.17310-3-antonynpavlov@gmail.com \
    --to=antonynpavlov@gmail.com \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox