From: Dario Binacchi Date: Sun, 14 Feb 2021 14:17:42 +0000 (+0100) Subject: clk: remove a redundant header X-Git-Tag: v2021.04-rc3~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecec33faa107692011f759d35da507f8dd13f6e8;p=pandora-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 c871ea646d3..cc9c430512d 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -12,7 +12,6 @@ #include #include #include -#include struct udevice;