mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user