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 <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-05-21 16:51:06 -06:00
parent 0bc9b288fa
commit a510bc2c9a

View File

@@ -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 */