From b9b25c8496019402ecd64ddc5ae56f9bd97b12b2 Mon Sep 17 00:00:00 2001 From: Yang Li Date: Mon, 6 May 2024 09:11:21 +0800 Subject: [PATCH] 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 Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8937 Signed-off-by: Yang Li Signed-off-by: Suzuki K Poulose Link: https://lore.kernel.org/r/20240506011121.39179-1-yang.lee@linux.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 #include #include -#include #include "coresight-priv.h" #include "coresight-tmc.h"