diff mbox series

[01/31] clk: remove a redundant header

Message ID 20200825092124.4284-2-dariobin@libero.it
State Changes Requested
Delegated to: Lokesh Vutla
Headers show
Series Add DM support for omap PWM backlight | expand

Commit Message

Dario Binacchi Aug. 25, 2020, 9:20 a.m. UTC
The linux/err.h header file was included twice.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---

 include/linux/clk-provider.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass Aug. 28, 2020, 11:36 p.m. UTC | #1
On Tue, 25 Aug 2020 at 03:24, Dario Binacchi <dariobin@libero.it> wrote:
>
> The linux/err.h header file was included twice.
>
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> ---
>
>  include/linux/clk-provider.h | 1 -
>  1 file changed, 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 79dce8f0ad..a2630056de 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;