From: Tom Rini Date: Wed, 21 May 2025 22:51:06 +0000 (-0600) Subject: include/ahci.h: Audit include list X-Git-Tag: v2025.10-rc1~118^2~52^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a510bc2c9a310a6204b4587c8c2c2e0962380e31;p=thirdparty%2Fu-boot.git include/ahci.h: Audit include list This file does not need but does directly need . Signed-off-by: Tom Rini --- diff --git a/include/ahci.h b/include/ahci.h index eb05cc687f6..470cda006de 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -7,7 +7,7 @@ #ifndef _AHCI_H_ #define _AHCI_H_ -#include +#include #define AHCI_PCI_BAR 0x24 #define AHCI_MAX_SG 56 /* hardware max is 64K */