]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
timer: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:27 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:56 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
31 files changed:
drivers/timer/altera_timer.c
drivers/timer/andes_plmt_timer.c
drivers/timer/arc_timer.c
drivers/timer/arm_global_timer.c
drivers/timer/arm_twd_timer.c
drivers/timer/ast_timer.c
drivers/timer/atmel_pit_timer.c
drivers/timer/atmel_tcb_timer.c
drivers/timer/cadence-ttc.c
drivers/timer/dw-apb-timer.c
drivers/timer/fttmr010_timer.c
drivers/timer/imx-gpt-timer.c
drivers/timer/mchp-pit64b-timer.c
drivers/timer/mpc83xx_timer.c
drivers/timer/mtk_timer.c
drivers/timer/nomadik-mtu-timer.c
drivers/timer/npcm-timer.c
drivers/timer/omap-timer.c
drivers/timer/orion-timer.c
drivers/timer/ostm_timer.c
drivers/timer/riscv_aclint_timer.c
drivers/timer/riscv_timer.c
drivers/timer/rockchip_timer.c
drivers/timer/sandbox_timer.c
drivers/timer/sp804_timer.c
drivers/timer/starfive-timer.c
drivers/timer/stm32_timer.c
drivers/timer/tegra-timer.c
drivers/timer/timer-uclass.c
drivers/timer/tsc_timer.c
drivers/timer/xilinx-timer.c

index 040dc65f48aaa27d5da68d1cbe8f1f92d89cb7db..ece246c23d2f6ed7493342ba54dac75fb26acd60 100644 (file)
@@ -7,7 +7,6 @@
  * Scott McNutt <smcnutt@psyent.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <timer.h>
index 42dd4b6231764fba87c06c0ab4d82cab3654260b..20baaf61307aa3f6a65165a5f17e7f36915634fc 100644 (file)
@@ -8,7 +8,6 @@
  * associated with timer tick.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <timer.h>
 #include <asm/io.h>
index 497f8a04155f4709ca8d63b2356a9ff49715e41b..413bcc32f01b17504840dc4e8d6a494f8d8e21c2 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Synopsys, Inc. All rights reserved.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <timer.h>
index 2e50d9fbc5804a4dd63f99c179329aed174accba..b8057929f997f61b4df10cd6c6547a349d1d121b 100644 (file)
@@ -6,7 +6,7 @@
  * ARM Cortext A9 global timer driver
  */
 
-#include <common.h>
+#include <config.h>
 #include <dm.h>
 #include <clk.h>
 #include <timer.h>
index 40ccd16587495d88a582b50f23b3b381fa2eab95..2b2f35911738f9f1f9e2d2717eb65ee51f56aef3 100644 (file)
@@ -27,7 +27,6 @@
  * Alex Zuepke <azu@sysgo.de>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <timer.h>
index 78adc96cc5963e2ebb5d62c9ab0db77d6b8e3f3f..6601cab7b1652bec378b9e274f841289255ef37b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2016 Google Inc.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <timer.h>
index 5cf46f224ab00206283c9b55d65c15ade2172c5f..0a367a5a7f4ae8e2d191d8d4fcbc8f066ed63812 100644 (file)
@@ -4,7 +4,6 @@
  *                   Wenyou.Yang <wenyou.yang@microchip.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <timer.h>
index 8c17987c7d7442bcc448c2243768ef4417cbeea5..3a328b2f6c726d416fcfd76362ecd35274c53766 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Clément Léger <clement.leger@bootlin.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <timer.h>
index 2eff45060ad6811a71fb61a1cceb1f3b32a6b821..3cffb1bb88db59b7cc84821b73d73c06131e9fc7 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018 Xilinx, Inc. (Michal Simek)
  */
 
-#include <common.h>
 #include <bootstage.h>
 #include <dm.h>
 #include <errno.h>
index 0607f751ca708792bb28d36aa4d641919a53b69c..77ccb98cb8dfd3a3cd68e2dce8d1f751045c47ee 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2018 Marek Vasut <marex@denx.de>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <clk.h>
 #include <dt-structs.h>
index b6289e64610999e352d2bb8a96e77f1d33bb9142..c41bbfc1d57613077166ad0ade04987aac6ba017 100644 (file)
@@ -5,7 +5,6 @@
  *
  * 23/08/2022 Port to DM
  */
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <timer.h>
index 9c3b64ae5b1b8753f04fb798dfde3de54644027d..07b9fdb5e18c50236bd302f2539da9775ac2b35c 100644 (file)
@@ -4,7 +4,7 @@
  * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <clk.h>
 #include <dm.h>
 #include <fdtdec.h>
index c9806d7eeebd9cdd5f7cf36861d7d59dfb7dba81..1a5b2e6a0dc88aa6fc2951289d28945921e88a5c 100644 (file)
@@ -7,7 +7,6 @@
  * Author: Claudiu Beznea <claudiu.beznea@microchip.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <timer.h>
index 7814cb6a5d612bc158d7c2e4d32c420df854717a..9da74479aaa678bfab861950a770b216b604c433 100644 (file)
@@ -4,7 +4,7 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
+#include <config.h>
 #include <clk.h>
 #include <dm.h>
 #include <irq_func.h>
index 223e63f6c1a23a438237beddbafcb2536eeba476..8216c289837375e524e2d38a9cabaeddd5be5573 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <timer.h>
 #include <asm/io.h>
index 4d24de14ae69f99b9828397cf677439a42bf2122..9a05582c0d528c2813c5999b3f93ae2eee39ab99 100644 (file)
@@ -12,7 +12,6 @@
  * Copyright (C) 2010 Linus Walleij for ST-Ericsson
  */
 
-#include <common.h>
 #include <dm.h>
 #include <timer.h>
 #include <asm/io.h>
index 4562a6f2311b440189bb1f4e76be7731647d492e..9463fd29ce81a597df8c1c395534b28e46993091 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2022 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <timer.h>
index 9b6d97dae677cb61dd31277db89d122863cdb6ef..fda6356fdba8ece1e4e8c1fede73aa095143168a 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2015, Texas Instruments, Incorporated
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <timer.h>
index 9cab27f2e48b51ef3b6585c2b8889578385e5e7d..821b681a232602b599880bf7714eca7005e2c70e 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 #include <asm/io.h>
-#include <common.h>
+#include <config.h>
 #include <div64.h>
 #include <dm/device.h>
 #include <dm/fdtaddr.h>
index 3bf0d4647b58aa2de28b4a88e973436c09b2fac1..314f956cdfb7a62dd103af4bc6b1f787127d2b68 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
  */
 
-#include <common.h>
 #include <clock_legacy.h>
 #include <malloc.h>
 #include <asm/global_data.h>
index 73fb87912851ff60a5a4a4b20e19262982f4fc62..35da1ea2fd2d3a2b8f2df4184052402b682d8281 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <clk.h>
 #include <div64.h>
 #include <dm.h>
index 169c03dcb5c1b90793ab8f350fd58805e41e6617..1f4980ceb38f6c726563a564de680c3b85613d84 100644 (file)
@@ -10,7 +10,7 @@
  * This driver provides generic timer support for S-mode U-Boot.
  */
 
-#include <common.h>
+#include <config.h>
 #include <div64.h>
 #include <dm.h>
 #include <errno.h>
index e66c49aa6bbd3e1e7ca1817a559010a055a1431d..96c010f4dcc803745ee4ec2694584b6da64f2a31 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2017 Theobroma Systems Design und Consulting GmbH
  */
 
-#include <common.h>
 #include <bootstage.h>
 #include <dm.h>
 #include <init.h>
index 1da7e0c3a76865a1b374748fa442516cd5e14121..e8b54a02965f715a7c95447b2fed30b2eb3c357d 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <timer.h>
index 8fd4afb15a5be469ab940fac04cbf8b2f0e33ce7..a254e295cbfc95bc77e15c97d9e177ab2affe07d 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2022 Arm Ltd.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <init.h>
index 6ac7d7f1d0ee1caab45303b762afbdad7e9450a4..6b79c8858b5509ca535a020753f9b5a6f004350b 100644 (file)
@@ -4,7 +4,6 @@
  *   Author: Kuan Lim Lee <kuanlim.lee@starfivetech.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <time.h>
index 1213a14ef19708d890e9e1d3fcbaff9ae9ec98d1..1dc21c5c1bed85673d77e8415baa7254650b398e 100644 (file)
@@ -6,7 +6,7 @@
 
 #define LOG_CATEGORY UCLASS_TIMER
 
-#include <common.h>
+#include <config.h>
 #include <clk.h>
 #include <dm.h>
 #include <fdtdec.h>
index a867c649c3a8612ce9f20ca0a3974421f0dae9be..3545424889d24b9c45f5cf10c8e1b6c8f6bc06b1 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2022 Svyatoslav Ryhel <clamor95@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <timer.h>
index 60ff65529ab38b74d77ca6ae6c83a2254c020881..8305f06d318724acd5923c138789c9af6cc348e7 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_TIMER
 
-#include <common.h>
 #include <clk.h>
 #include <cpu.h>
 #include <dm.h>
index f86a0b86921c4d9983b15b1e772e68dcad1b0013..80c084f380d9ea01680e91c75ca4ae9bbc18c76e 100644 (file)
@@ -6,7 +6,6 @@
  * arch/x86/kernel/tsc_msr.c and arch/x86/kernel/tsc.c
  */
 
-#include <common.h>
 #include <bootstage.h>
 #include <dm.h>
 #include <log.h>
index 172fd9f9296e5267450b15ecc7ba2cae9ad07b11..54148aa1689be83a0bdfc0e2724ada933659491c 100644 (file)
@@ -7,7 +7,6 @@
  * Michal SIMEK <monstr@monstr.eu>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <timer.h>
 #include <regmap.h>