summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2024-04-24 10:24:20 +0800
committerSuzuki K Poulose <suzuki.poulose@arm.com>2024-04-24 14:22:41 +0100
commite8293395b9caa57e38cc05b9102d4ec7835b0a0f (patch)
tree0d792f84f7b42de07124595fda4f0cba5dc85115
parent002026272ba523d2ae62a13b0a9febb0cdaf576e (diff)
downloadlinux-stable-e8293395b9caa57e38cc05b9102d4ec7835b0a0f.tar.gz
linux-stable-e8293395b9caa57e38cc05b9102d4ec7835b0a0f.tar.bz2
linux-stable-e8293395b9caa57e38cc05b9102d4ec7835b0a0f.zip
coresight: Remove duplicate linux/amba/bus.h header
./include/linux/coresight.h: linux/amba/bus.h is included more than once. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8869 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/20240424022420.58516-1-jiapeng.chong@linux.alibaba.com
-rw-r--r--include/linux/coresight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/coresight.h b/include/linux/coresight.h
index 653f1712eb77..f09ace92176e 100644
--- a/include/linux/coresight.h
+++ b/include/linux/coresight.h
@@ -12,7 +12,6 @@
#include <linux/io.h>
#include <linux/perf_event.h>
#include <linux/sched.h>
-#include <linux/amba/bus.h>
#include <linux/platform_device.h>
/* Peripheral id registers (0xFD0-0xFEC) */