summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2024-04-24 05:36:05 +0300
committerSuzuki K Poulose <suzuki.poulose@arm.com>2024-04-24 16:21:29 +0300
commit002026272ba523d2ae62a13b0a9febb0cdaf576e (patch)
treecb4ff704a1f6ea22af38f759ae5627da44051299
parentd6fc00d0f640d6010b51054aa8b0fd191177dbc9 (diff)
downloadlinux-002026272ba523d2ae62a13b0a9febb0cdaf576e.tar.xz
coresight: stm: Remove duplicate linux/acpi.h header
./drivers/hwtracing/coresight/coresight-stm.c: linux/acpi.h is included more than once. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8871 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Reviewed-by: James Clark <james.clark@arm.com> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Link: https://lore.kernel.org/r/20240424023605.90489-1-jiapeng.chong@linux.alibaba.com
-rw-r--r--drivers/hwtracing/coresight/coresight-stm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c
index cbf7f17556f8..9ca04fac53fa 100644
--- a/drivers/hwtracing/coresight/coresight-stm.c
+++ b/drivers/hwtracing/coresight/coresight-stm.c
@@ -30,7 +30,6 @@
#include <linux/pm_runtime.h>
#include <linux/stm.h>
#include <linux/platform_device.h>
-#include <linux/acpi.h>
#include "coresight-priv.h"
#include "coresight-trace-id.h"