aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2021-02-14 15:17:42 +0100
committerLokesh Vutla <lokeshvutla@ti.com>2021-02-22 11:39:49 +0530
commitecec33faa107692011f759d35da507f8dd13f6e8 (patch)
tree18135b4760468341710be4fb05199fb2cc909113
parent252ee3c5b98ad3e06921f2794126860b2c65fbf3 (diff)
downloadu-boot-ecec33faa107692011f759d35da507f8dd13f6e8.zip
u-boot-ecec33faa107692011f759d35da507f8dd13f6e8.tar.gz
u-boot-ecec33faa107692011f759d35da507f8dd13f6e8.tar.bz2
clk: remove a redundant header
The linux/err.h header file was included twice. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/linux/clk-provider.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index c871ea6..cc9c430 100644
--- 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;