commit | ecec33faa107692011f759d35da507f8dd13f6e8 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sun Feb 14 15:17:42 2021 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Feb 22 11:39:49 2021 +0530 |
tree | 18135b4760468341710be4fb05199fb2cc909113 | |
parent | 252ee3c5b98ad3e06921f2794126860b2c65fbf3 [diff] |
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>
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;