[PATCH] coresight: Remove duplicate linux/amba/bus.h header

From: Jiapeng Chong
Date: Tue Apr 23 2024 - 22:24:42 EST


/include/linux/coresight.h: linux/amba/bus.h is included more than once.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8869
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
include/linux/coresight.h | 1 -
1 file changed, 1 deletion(-)

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) */
--
2.20.1.7.g153144c