From: Tom Rini Date: Sat, 28 Jun 2025 22:43:50 +0000 (-0600) Subject: include/sata.h: Audit include list X-Git-Tag: v2025.10-rc1~129^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7788df3e926186093bdd7710fea2062899cae9c1;p=thirdparty%2Fu-boot.git include/sata.h: Audit include list This file does not need so remove it. This file does however need so add that in. Signed-off-by: Tom Rini --- diff --git a/include/sata.h b/include/sata.h index 8414e77e42b..868e89464f0 100644 --- a/include/sata.h +++ b/include/sata.h @@ -1,6 +1,7 @@ #ifndef __SATA_H__ #define __SATA_H__ -#include + +#include int sata_probe(int devnum); int sata_remove(int devnum);