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:
643607b
)
include/sata.h: Audit include list
author
Tom Rini
<trini@konsulko.com>
Sat, 28 Jun 2025 22:43:50 +0000
(16:43 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 8 Jul 2025 19:11:12 +0000
(13:11 -0600)
This file does not need <part.h> so remove it. This file does however
need <stdbool.h> so add that in.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/sata.h
patch
|
blob
|
history
diff --git
a/include/sata.h
b/include/sata.h
index
8414e77
..
868e894
100644
(file)
--- a/
include/sata.h
+++ b/
include/sata.h
@@
-1,6
+1,7
@@
#ifndef __SATA_H__
#define __SATA_H__
-#include <part.h>
+
+#include <stdbool.h>
int sata_probe(int devnum);
int sata_remove(int devnum);