projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252ee3c
)
clk: remove a redundant header
author
Dario Binacchi
<dariobin@libero.it>
Sun, 14 Feb 2021 14:17:42 +0000
(15:17 +0100)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Mon, 22 Feb 2021 06:09:49 +0000
(11:39 +0530)
The linux/err.h header file was included twice.
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/linux/clk-provider.h
patch
|
blob
|
history
diff --git
a/include/linux/clk-provider.h
b/include/linux/clk-provider.h
index
c871ea6
..
cc9c430
100644
(file)
--- a/
include/linux/clk-provider.h
+++ b/
include/linux/clk-provider.h
@@
-12,7
+12,6
@@
#include <linux/bitops.h>
#include <linux/err.h>
#include <clk-uclass.h>
-#include <linux/err.h>
struct udevice;