From: Yang Li <yang.lee@linux.alibaba.com>
To: jonathan.cameron@huawei.com, dave@stgolabs.net
Cc: linux-cxl@vger.kernel.org, linux-kernel@vger.kernel.org,
Yang Li <yang.lee@linux.alibaba.com>
Subject: [PATCH -next] cxl: Remove duplicated include in cdat.c
Date: Tue, 9 Jan 2024 08:47:28 +0800 [thread overview]
Message-ID: <20240109004728.54703-1-yang.lee@linux.alibaba.com> (raw)
The header files core.h is included twice in cdat.c,
so one inclusion can be removed.
Signed-off-by: Yang Li <yang.lee@linux.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"
struct dsmas_entry {
struct range dpa_range;
--
2.20.1.7.g153144c
next reply other threads:[~2024-01-09 0:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-09 0:47 Yang Li [this message]
2024-01-09 15:18 ` [PATCH -next] cxl: Remove duplicated include in cdat.c Jonathan Cameron
2024-01-11 23:54 ` Dave Jiang
2024-01-12 0:45 ` Dan Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240109004728.54703-1-yang.lee@linux.alibaba.com \
--to=yang.lee@linux.alibaba.com \
--cc=dave@stgolabs.net \
--cc=jonathan.cameron@huawei.com \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.