]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include/sata.h: Audit include list
authorTom Rini <trini@konsulko.com>
Sat, 28 Jun 2025 22:43:50 +0000 (16:43 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jul 2025 19:11:12 +0000 (13:11 -0600)
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@konsulko.com>
include/sata.h

index 8414e77e42bae3715ad53a2f89848dfc3c4a3377..868e89464f03943fbe4840501efba3cea4145391 100644 (file)
@@ -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);