From a510bc2c9a310a6204b4587c8c2c2e0962380e31 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 21 May 2025 16:51:06 -0600 Subject: [PATCH] include/ahci.h: Audit include list This file does not need but does directly need . Signed-off-by: Tom Rini --- include/ahci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2