[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240506011121.39179-1-yang.lee@linux.alibaba.com>
Date: Mon, 6 May 2024 09:11:21 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: suzuki.poulose@....com,
alexander.shishkin@...ux.intel.com,
mike.leach@...aro.org,
james.clark@....com
Cc: coresight@...ts.linaro.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] coresight: tmc: Remove duplicated include in coresight-tmc-core.c
The header files linux/acpi.h is included twice in coresight-tmc-core.c,
so one inclusion of each can be removed.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8937
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
drivers/hwtracing/coresight/coresight-tmc-core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/hwtracing/coresight/coresight-tmc-core.c b/drivers/hwtracing/coresight/coresight-tmc-core.c
index 4f11a739ae4d..b54562f392f3 100644
--- a/drivers/hwtracing/coresight/coresight-tmc-core.c
+++ b/drivers/hwtracing/coresight/coresight-tmc-core.c
@@ -26,7 +26,6 @@
#include <linux/coresight.h>
#include <linux/amba/bus.h>
#include <linux/platform_device.h>
-#include <linux/acpi.h>
#include "coresight-priv.h"
#include "coresight-tmc.h"
--
2.20.1.7.g153144c
Powered by blists - more mailing lists