Re: [PATCH 70/81] timer: Remove and add needed includes

2024-05-09 Thread Kever Yang



On 2024/5/2 09:31, Tom Rini wrote:

Remove  from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini 

Reviewed-by: Kever Yang 

Thanks,
- Kever

---
Cc: Tom Rini 
Cc: Rick Chen 
Cc: Leo 
Cc: Patrice Chotard 
Cc: Eugen Hristev 
Cc: Michal Simek 
Cc: Mario Six 
Cc: Ryder Lee 
Cc: Weijie Gao 
Cc: Chunfeng Yun 
Cc: GSS_MTK_Uboot_upstream 
Cc: Stephan Gerhold 
Cc: Linus Walleij 
Cc: Marek Vasut 
Cc: Patrick Delaunay 
Cc: Simon Glass 
Cc: Philipp Tomsich 
Cc: Kever Yang 
Cc: Thierry Reding 
Cc: Svyatoslav Ryhel 
Cc: Sean Anderson 
Cc: Johan Jonker 
Cc: Chanho Park 
Cc: Torsten Duwe 
Cc: Kuan Lim Lee 
Cc: Wei Liang Lim 
Cc: Alex Bee 
---
  drivers/timer/altera_timer.c   | 1 -
  drivers/timer/andes_plmt_timer.c   | 1 -
  drivers/timer/arc_timer.c  | 1 -
  drivers/timer/arm_global_timer.c   | 2 +-
  drivers/timer/arm_twd_timer.c  | 1 -
  drivers/timer/ast_timer.c  | 1 -
  drivers/timer/atmel_pit_timer.c| 1 -
  drivers/timer/atmel_tcb_timer.c| 1 -
  drivers/timer/cadence-ttc.c| 1 -
  drivers/timer/dw-apb-timer.c   | 1 -
  drivers/timer/fttmr010_timer.c | 1 -
  drivers/timer/imx-gpt-timer.c  | 2 +-
  drivers/timer/mchp-pit64b-timer.c  | 1 -
  drivers/timer/mpc83xx_timer.c  | 2 +-
  drivers/timer/mtk_timer.c  | 1 -
  drivers/timer/nomadik-mtu-timer.c  | 1 -
  drivers/timer/npcm-timer.c | 1 -
  drivers/timer/omap-timer.c | 1 -
  drivers/timer/orion-timer.c| 2 +-
  drivers/timer/ostm_timer.c | 1 -
  drivers/timer/riscv_aclint_timer.c | 2 +-
  drivers/timer/riscv_timer.c| 2 +-
  drivers/timer/rockchip_timer.c | 1 -
  drivers/timer/sandbox_timer.c  | 1 -
  drivers/timer/sp804_timer.c| 1 -
  drivers/timer/starfive-timer.c | 1 -
  drivers/timer/stm32_timer.c| 2 +-
  drivers/timer/tegra-timer.c| 1 -
  drivers/timer/timer-uclass.c   | 1 -
  drivers/timer/tsc_timer.c  | 1 -
  drivers/timer/xilinx-timer.c   | 1 -
  31 files changed, 7 insertions(+), 31 deletions(-)

diff --git a/drivers/timer/altera_timer.c b/drivers/timer/altera_timer.c
index 040dc65f48aa..ece246c23d2f 100644
--- a/drivers/timer/altera_timer.c
+++ b/drivers/timer/altera_timer.c
@@ -7,7 +7,6 @@
   * Scott McNutt 
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/timer/andes_plmt_timer.c b/drivers/timer/andes_plmt_timer.c
index 42dd4b623176..20baaf61307a 100644
--- a/drivers/timer/andes_plmt_timer.c
+++ b/drivers/timer/andes_plmt_timer.c
@@ -8,7 +8,6 @@
   * associated with timer tick.
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/timer/arc_timer.c b/drivers/timer/arc_timer.c
index 497f8a04155f..413bcc32f01b 100644
--- a/drivers/timer/arc_timer.c
+++ b/drivers/timer/arc_timer.c
@@ -3,7 +3,6 @@
   * Copyright (C) 2016 Synopsys, Inc. All rights reserved.
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/timer/arm_global_timer.c b/drivers/timer/arm_global_timer.c
index 2e50d9fbc580..b8057929f997 100644
--- a/drivers/timer/arm_global_timer.c
+++ b/drivers/timer/arm_global_timer.c
@@ -6,7 +6,7 @@
   * ARM Cortext A9 global timer driver
   */
  
-#include 

+#include 
  #include 
  #include 
  #include 
diff --git a/drivers/timer/arm_twd_timer.c b/drivers/timer/arm_twd_timer.c
index 40ccd1658749..2b2f35911738 100644
--- a/drivers/timer/arm_twd_timer.c
+++ b/drivers/timer/arm_twd_timer.c
@@ -27,7 +27,6 @@
   * Alex Zuepke 
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/timer/ast_timer.c b/drivers/timer/ast_timer.c
index 78adc96cc596..6601cab7b165 100644
--- a/drivers/timer/ast_timer.c
+++ b/drivers/timer/ast_timer.c
@@ -3,7 +3,6 @@
   * Copyright 2016 Google Inc.
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/timer/atmel_pit_timer.c b/drivers/timer/atmel_pit_timer.c
index 5cf46f224ab0..0a367a5a7f4a 100644
--- a/drivers/timer/atmel_pit_timer.c
+++ b/drivers/timer/atmel_pit_timer.c
@@ -4,7 +4,6 @@
   *  Wenyou.Yang 
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/timer/atmel_tcb_timer.c b/drivers/timer/atmel_tcb_timer.c
index 8c17987c7d74..3a328b2f6c72 100644
--- a/drivers/timer/atmel_tcb_timer.c
+++ b/drivers/timer/atmel_tcb_timer.c
@@ -5,7 +5,6 @@
   * Author: Clément Léger 
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/timer/cadence-ttc.c b/drivers/timer/cadence-ttc.c
index 2eff45060ad6..3cffb1bb88db 100644
--- a/drivers/timer/cadence-ttc.c
+++ b/drivers/timer/cadence-ttc.c
@@ -3,7 +3,6 @@
   * Copyright (C) 2018 Xilinx, Inc. (Michal Simek)
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/timer/dw-apb-timer.c b/drivers/timer/dw-apb-timer.c
index 0607f751ca70..77ccb98cb8df 100644
--- a/drivers/timer/dw-apb-timer.c
+++ b/drivers/timer/dw-apb-timer.c
@@ -5,7 +5,6 @@
   * Copyright (C) 2018 Marek Vasut 
   */
  

[PATCH 70/81] timer: Remove and add needed includes

2024-05-01 Thread Tom Rini
Remove  from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini 
---
Cc: Tom Rini 
Cc: Rick Chen 
Cc: Leo 
Cc: Patrice Chotard 
Cc: Eugen Hristev 
Cc: Michal Simek 
Cc: Mario Six 
Cc: Ryder Lee 
Cc: Weijie Gao 
Cc: Chunfeng Yun 
Cc: GSS_MTK_Uboot_upstream 
Cc: Stephan Gerhold 
Cc: Linus Walleij 
Cc: Marek Vasut 
Cc: Patrick Delaunay 
Cc: Simon Glass 
Cc: Philipp Tomsich 
Cc: Kever Yang 
Cc: Thierry Reding 
Cc: Svyatoslav Ryhel 
Cc: Sean Anderson 
Cc: Johan Jonker 
Cc: Chanho Park 
Cc: Torsten Duwe 
Cc: Kuan Lim Lee 
Cc: Wei Liang Lim 
Cc: Alex Bee 
---
 drivers/timer/altera_timer.c   | 1 -
 drivers/timer/andes_plmt_timer.c   | 1 -
 drivers/timer/arc_timer.c  | 1 -
 drivers/timer/arm_global_timer.c   | 2 +-
 drivers/timer/arm_twd_timer.c  | 1 -
 drivers/timer/ast_timer.c  | 1 -
 drivers/timer/atmel_pit_timer.c| 1 -
 drivers/timer/atmel_tcb_timer.c| 1 -
 drivers/timer/cadence-ttc.c| 1 -
 drivers/timer/dw-apb-timer.c   | 1 -
 drivers/timer/fttmr010_timer.c | 1 -
 drivers/timer/imx-gpt-timer.c  | 2 +-
 drivers/timer/mchp-pit64b-timer.c  | 1 -
 drivers/timer/mpc83xx_timer.c  | 2 +-
 drivers/timer/mtk_timer.c  | 1 -
 drivers/timer/nomadik-mtu-timer.c  | 1 -
 drivers/timer/npcm-timer.c | 1 -
 drivers/timer/omap-timer.c | 1 -
 drivers/timer/orion-timer.c| 2 +-
 drivers/timer/ostm_timer.c | 1 -
 drivers/timer/riscv_aclint_timer.c | 2 +-
 drivers/timer/riscv_timer.c| 2 +-
 drivers/timer/rockchip_timer.c | 1 -
 drivers/timer/sandbox_timer.c  | 1 -
 drivers/timer/sp804_timer.c| 1 -
 drivers/timer/starfive-timer.c | 1 -
 drivers/timer/stm32_timer.c| 2 +-
 drivers/timer/tegra-timer.c| 1 -
 drivers/timer/timer-uclass.c   | 1 -
 drivers/timer/tsc_timer.c  | 1 -
 drivers/timer/xilinx-timer.c   | 1 -
 31 files changed, 7 insertions(+), 31 deletions(-)

diff --git a/drivers/timer/altera_timer.c b/drivers/timer/altera_timer.c
index 040dc65f48aa..ece246c23d2f 100644
--- a/drivers/timer/altera_timer.c
+++ b/drivers/timer/altera_timer.c
@@ -7,7 +7,6 @@
  * Scott McNutt 
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/andes_plmt_timer.c b/drivers/timer/andes_plmt_timer.c
index 42dd4b623176..20baaf61307a 100644
--- a/drivers/timer/andes_plmt_timer.c
+++ b/drivers/timer/andes_plmt_timer.c
@@ -8,7 +8,6 @@
  * associated with timer tick.
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/arc_timer.c b/drivers/timer/arc_timer.c
index 497f8a04155f..413bcc32f01b 100644
--- a/drivers/timer/arc_timer.c
+++ b/drivers/timer/arc_timer.c
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Synopsys, Inc. All rights reserved.
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/arm_global_timer.c b/drivers/timer/arm_global_timer.c
index 2e50d9fbc580..b8057929f997 100644
--- a/drivers/timer/arm_global_timer.c
+++ b/drivers/timer/arm_global_timer.c
@@ -6,7 +6,7 @@
  * ARM Cortext A9 global timer driver
  */
 
-#include 
+#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/arm_twd_timer.c b/drivers/timer/arm_twd_timer.c
index 40ccd1658749..2b2f35911738 100644
--- a/drivers/timer/arm_twd_timer.c
+++ b/drivers/timer/arm_twd_timer.c
@@ -27,7 +27,6 @@
  * Alex Zuepke 
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/ast_timer.c b/drivers/timer/ast_timer.c
index 78adc96cc596..6601cab7b165 100644
--- a/drivers/timer/ast_timer.c
+++ b/drivers/timer/ast_timer.c
@@ -3,7 +3,6 @@
  * Copyright 2016 Google Inc.
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/atmel_pit_timer.c b/drivers/timer/atmel_pit_timer.c
index 5cf46f224ab0..0a367a5a7f4a 100644
--- a/drivers/timer/atmel_pit_timer.c
+++ b/drivers/timer/atmel_pit_timer.c
@@ -4,7 +4,6 @@
  *   Wenyou.Yang 
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/atmel_tcb_timer.c b/drivers/timer/atmel_tcb_timer.c
index 8c17987c7d74..3a328b2f6c72 100644
--- a/drivers/timer/atmel_tcb_timer.c
+++ b/drivers/timer/atmel_tcb_timer.c
@@ -5,7 +5,6 @@
  * Author: Clément Léger 
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/cadence-ttc.c b/drivers/timer/cadence-ttc.c
index 2eff45060ad6..3cffb1bb88db 100644
--- a/drivers/timer/cadence-ttc.c
+++ b/drivers/timer/cadence-ttc.c
@@ -3,7 +3,6 @@
  * Copyright (C) 2018 Xilinx, Inc. (Michal Simek)
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/dw-apb-timer.c b/drivers/timer/dw-apb-timer.c
index 0607f751ca70..77ccb98cb8df 100644
--- a/drivers/timer/dw-apb-timer.c
+++ b/drivers/timer/dw-apb-timer.c
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut 
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/timer/fttmr010_timer.c b/drivers/timer/fttmr010_timer.c
index b6289e646109..c41bbfc1d576 100644
---