diff options
author | Dario Binacchi | 2021-02-14 15:17:42 +0100 |
---|---|---|
committer | Lokesh Vutla | 2021-02-22 11:39:49 +0530 |
commit | ecec33faa107692011f759d35da507f8dd13f6e8 (patch) | |
tree | 18135b4760468341710be4fb05199fb2cc909113 /include | |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clk-provider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index c871ea646d3..cc9c430512d 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; |