From: Dario Binacchi Date: Sun, 14 Feb 2021 14:17:42 +0000 (+0100) Subject: clk: remove a redundant header X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=ecec33faa107692011f759d35da507f8dd13f6e8;p=u-boot.git clk: remove a redundant header The linux/err.h header file was included twice. Signed-off-by: Dario Binacchi Reviewed-by: Simon Glass --- 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 #include #include -#include struct udevice;