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

Jiapeng Chong posted 1 patch 3 weeks ago
include/linux/coresight.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] coresight: Remove duplicate linux/amba/bus.h header
Posted by Jiapeng Chong 3 weeks ago
./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>
---
 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
Re: [PATCH] coresight: Remove duplicate linux/amba/bus.h header
Posted by Suzuki K Poulose 2 weeks, 6 days ago
On Wed, 24 Apr 2024 10:24:20 +0800, Jiapeng Chong wrote:
> ./include/linux/coresight.h: linux/amba/bus.h is included more than once.
> 
> 

Applied, thanks!

[1/1] coresight: Remove duplicate linux/amba/bus.h header
      https://git.kernel.org/coresight/c/e8293395b9caa57e38cc05b9102d4ec7835b0a0f

Best regards,
-- 
Suzuki K Poulose <suzuki.poulose@arm.com>
Re: [PATCH] coresight: Remove duplicate linux/amba/bus.h header
Posted by James Clark 2 weeks, 6 days ago

On 24/04/2024 03:24, Jiapeng Chong wrote:
> ./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>
> ---
>  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) */

Reviewed-by: James Clark <james.clark@arm.com>