git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc9b28
)
include/ahci.h: Audit include list
author
Tom Rini
<trini@konsulko.com>
Wed, 21 May 2025 22:51:06 +0000
(16:51 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 2 Jun 2025 23:26:15 +0000
(17:26 -0600)
This file does not need <pci.h> but does directly need <linux/types.h>.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/ahci.h
patch
|
blob
|
history
diff --git
a/include/ahci.h
b/include/ahci.h
index
eb05cc6
..
470cda0
100644
(file)
--- 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 */