diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2024-04-24 10:36:05 +0800 |
---|---|---|
committer | Suzuki K Poulose <suzuki.poulose@arm.com> | 2024-04-24 14:21:29 +0100 |
commit | 002026272ba523d2ae62a13b0a9febb0cdaf576e (patch) | |
tree | cb4ff704a1f6ea22af38f759ae5627da44051299 /drivers/hwtracing | |
parent | d6fc00d0f640d6010b51054aa8b0fd191177dbc9 (diff) | |
download | linux-002026272ba523d2ae62a13b0a9febb0cdaf576e.tar.gz linux-002026272ba523d2ae62a13b0a9febb0cdaf576e.tar.bz2 linux-002026272ba523d2ae62a13b0a9febb0cdaf576e.zip |
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
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r-- | drivers/hwtracing/coresight/coresight-stm.c | 1 |
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" |