From: Conor Dooley Date: Thu, 14 Dec 2023 10:59:57 +0000 (+0000) Subject: clk: microchip: mpfs-ccc: replace include of asm-generic/errno-base.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2c973fb5d37f5a017fc1dfbe449b468cd46fab8f;p=users%2Fwilly%2Fxarray.git clk: microchip: mpfs-ccc: replace include of asm-generic/errno-base.h As evidenced by the fact that only 2 other drivers include this header, it is not a normal thing to do. Including the regular version of this header is far more conventional for drivers. Acked-by: Al Viro Signed-off-by: Conor Dooley Link: https://lore.kernel.org/r/20231214-dipper-earshot-72eef3059961@spud Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/microchip/clk-mpfs-ccc.c b/drivers/clk/microchip/clk-mpfs-ccc.c index bce61c45e967..3a3ea2d142f8 100644 --- a/drivers/clk/microchip/clk-mpfs-ccc.c +++ b/drivers/clk/microchip/clk-mpfs-ccc.c @@ -4,8 +4,8 @@ * * Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries */ -#include "asm-generic/errno-base.h" #include +#include #include #include #include