diff options
| author | Tom Rini <[email protected]> | 2025-05-21 16:51:06 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 17:26:15 -0600 |
| commit | a510bc2c9a310a6204b4587c8c2c2e0962380e31 (patch) | |
| tree | 698c84b02fced14dbc93d9338bb245ecdff14350 /include | |
| parent | 0bc9b288fab3d9d143066db71299a4c047be38b9 (diff) | |
include/ahci.h: Audit include list
This file does not need <pci.h> but does directly need <linux/types.h>.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ahci.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pci.h> +#include <linux/types.h> #define AHCI_PCI_BAR 0x24 #define AHCI_MAX_SG 56 /* hardware max is 64K */ |
