clk: remove a redundant header
authorDario Binacchi <dariobin@libero.it>
Sun, 14 Feb 2021 14:17:42 +0000 (15:17 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 22 Feb 2021 06:09:49 +0000 (11:39 +0530)
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

index c871ea6..cc9c430 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/bitops.h>
 #include <linux/err.h>
 #include <clk-uclass.h>
-#include <linux/err.h>
 
 struct udevice;