[PATCH 3/5] include/sata.h: Audit include list

Tom Rini trini at konsulko.com
Sun Jun 29 00:43:50 CEST 2025


This file does not need <part.h> so remove it. This file does however
need <stdbool.h> so add that in.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/sata.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/sata.h b/include/sata.h
index 8414e77e42ba..868e89464f03 100644
--- a/include/sata.h
+++ b/include/sata.h
@@ -1,6 +1,7 @@
 #ifndef __SATA_H__
 #define __SATA_H__
-#include <part.h>
+
+#include <stdbool.h>
 
 int sata_probe(int devnum);
 int sata_remove(int devnum);
-- 
2.43.0



More information about the U-Boot mailing list