[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <65a08b90ce17d_1eb429469@dwillia2-xfh.jf.intel.com.notmuch>
Date: Thu, 11 Jan 2024 16:45:04 -0800
From: Dan Williams <dan.j.williams@...el.com>
To: Yang Li <yang.lee@...ux.alibaba.com>, <jonathan.cameron@...wei.com>,
<dave@...olabs.net>
CC: <linux-cxl@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Yang Li
<yang.lee@...ux.alibaba.com>
Subject: RE: [PATCH -next] cxl: Remove duplicated include in cdat.c
Yang Li wrote:
> The header files core.h is included twice in cdat.c,
> so one inclusion can be removed.
>
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
> ---
> drivers/cxl/core/cdat.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/cxl/core/cdat.c b/drivers/cxl/core/cdat.c
> index f5e649407b8b..6fe11546889f 100644
> --- a/drivers/cxl/core/cdat.c
> +++ b/drivers/cxl/core/cdat.c
> @@ -9,7 +9,6 @@
> #include "cxlmem.h"
> #include "core.h"
> #include "cxl.h"
> -#include "core.h"
I believe that was due to a bad merge by me. That's fixed up now with a
better merge commit.
Thanks for spotting this though!
Powered by blists - more mailing lists