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:
a5c83da
)
clk: Add missing <dm/device.h> to include/clk.h
author
Tom Rini
<trini@konsulko.com>
Wed, 2 Jul 2025 01:05:33 +0000
(19:05 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 28 Oct 2025 18:12:20 +0000
(12:12 -0600)
In this header we make direct references to some dm/device.h functions
while not including the header directly. Add the missing include.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/clk.h
patch
|
blob
|
history
diff --git
a/include/clk.h
b/include/clk.h
index
f94135f
..
90b42a6
100644
(file)
--- a/
include/clk.h
+++ b/
include/clk.h
@@
-9,6
+9,7
@@
#define _CLK_H_
#include <dm/ofnode.h>
+#include <dm/device.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/types.h>