diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2024-05-06 09:11:21 +0800 |
---|---|---|
committer | Suzuki K Poulose <suzuki.poulose@arm.com> | 2024-06-10 10:43:50 +0100 |
commit | b9b25c8496019402ecd64ddc5ae56f9bd97b12b2 (patch) | |
tree | dc35e66d04eff9a72c4d2c867098d45a9badb239 /drivers/hwtracing | |
parent | 7fcb9cb2fe47294e16067c3cfd25332c8662a115 (diff) | |
download | linux-b9b25c8496019402ecd64ddc5ae56f9bd97b12b2.tar.gz linux-b9b25c8496019402ecd64ddc5ae56f9bd97b12b2.tar.bz2 linux-b9b25c8496019402ecd64ddc5ae56f9bd97b12b2.zip |
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@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8937
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20240506011121.39179-1-yang.lee@linux.alibaba.com
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r-- | drivers/hwtracing/coresight/coresight-tmc-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |