
14 Feb
2021
14 Feb
'21
3:17 p.m.
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 --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index c871ea646d..cc9c430512 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;
--
2.17.1