[PATCH v2 22/25] ide: Drop unused status_led.h header file
Simon Glass
sjg at chromium.org
Mon Oct 21 13:38:30 CEST 2024
This header file is not used, so drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
cmd/ide.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/cmd/ide.c b/cmd/ide.c
index 036489fda97..be3078ae88b 100644
--- a/cmd/ide.c
+++ b/cmd/ide.c
@@ -22,10 +22,6 @@
#include <ide.h>
#include <ata.h>
-#ifdef CONFIG_LED_STATUS
-# include <status_led.h>
-#endif
-
/* Current I/O Device */
static int curr_device;
--
2.43.0
More information about the U-Boot
mailing list