From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Binacchi Date: Sun, 6 Sep 2020 14:08:42 +0200 Subject: [PATCH v2 01/30] clk: remove a redundant header In-Reply-To: <20200906120911.750-1-dariobin@libero.it> References: <20200906120911.750-1-dariobin@libero.it> Message-ID: <20200906120911.750-2-dariobin@libero.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The linux/err.h header file was included twice. Signed-off-by: Dario Binacchi Reviewed-by: Simon Glass --- (no changes since v1) 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 79dce8f0ad..a2630056de 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -12,7 +12,6 @@ #include #include #include -#include struct udevice; -- 2.17.1