From: Dario Binacchi <dariobin@libero.it> Date: Sun, 14 Feb 2021 14:17:42 +0000 (+0100) Subject: clk: remove a redundant header X-Git-Tag: v2025.01-rc5-pxa1908~1996^2~1 X-Git-Url: http://git.dujemihanovic.xyz/browse.php?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 <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org> --- 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;