diff mbox series

[1/2] clk: remove a redundant header

Message ID 20201011122425.24676-2-dariobin@libero.it
State Deferred
Delegated to: Tom Rini
Headers show
Series clk patches from 'Add DM support for omap PWM backlight' series | expand

Commit Message

Dario Binacchi Oct. 11, 2020, 12:24 p.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)
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;