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

Acked-by: Angelo Dureghello <angelo@kernel-space.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
29 files changed:
drivers/watchdog/armada-37xx-wdt.c
drivers/watchdog/ast2600_wdt.c
drivers/watchdog/ast_wdt.c
drivers/watchdog/at91sam9_wdt.c
drivers/watchdog/bcm6345_wdt.c
drivers/watchdog/cdns_wdt.c
drivers/watchdog/cortina_wdt.c
drivers/watchdog/designware_wdt.c
drivers/watchdog/ftwdt010_wdt.c
drivers/watchdog/imx_watchdog.c
drivers/watchdog/mcf_wdt.c
drivers/watchdog/mpc8xxx_wdt.c
drivers/watchdog/mt7621_wdt.c
drivers/watchdog/mtk_wdt.c
drivers/watchdog/omap_wdt.c
drivers/watchdog/orion_wdt.c
drivers/watchdog/rti_wdt.c
drivers/watchdog/s5p_wdt.c
drivers/watchdog/sandbox_alarm-wdt.c
drivers/watchdog/sandbox_wdt.c
drivers/watchdog/sbsa_gwdt.c
drivers/watchdog/sl28cpld-wdt.c
drivers/watchdog/sp805_wdt.c
drivers/watchdog/stm32mp_wdt.c
drivers/watchdog/tangier_wdt.c
drivers/watchdog/ulp_wdog.c
drivers/watchdog/wdt-uclass.c
drivers/watchdog/xilinx_tb_wdt.c
drivers/watchdog/xilinx_wwdt.c

index e09f5ac9e34ee3f60ba574f83e4cca4a2c1f4aee..4b51178e1b8c8e6cb92287ad9ac9c27f4c839271 100644 (file)
@@ -5,7 +5,6 @@
  * Marek BehĂșn <kabel@kernel.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <wdt.h>
 #include <asm/global_data.h>
index bc9842089bea031d996ff68823a8f4e32b069688..190490f3692ba03e903701e2ed7812a097653e55 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2020 Aspeed Technology, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index f7b5a1adc1085459cc57ba9f440866c1d26be7b4..e61e13fdc49d71153f3c423693493b98c07b4664 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2017 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 647ae325e9aecf04d6d1ccaf8f3a141911d7baee..c809a8936b8968c3322db4c86bc0571fbdfe3ae2 100644 (file)
@@ -18,7 +18,6 @@
 #include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/arch/at91_wdt.h>
-#include <common.h>
 #include <div64.h>
 #include <dm.h>
 #include <errno.h>
index 677b1347ca7a093e308ead5aab34bcd17024d197..6ebe901c2b82d1e871bf0a220d52228bd58aa5bf 100644 (file)
@@ -7,7 +7,6 @@
  *     Copyright (C) 2008 Florian Fainelli <florian@openwrt.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <wdt.h>
index 743ab6487bcd115754a6bae9ca508ef43eaabab6..cb5a786c58914960c484a68556db0e82decb0d8f 100644 (file)
@@ -6,7 +6,6 @@
  * Author(s):  Shreenidhi Shedi <yesshedi@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <wdt.h>
index 7ab9d7b2db97dd2ed060af1b14a6c805e44a2cbc..9f09ac0e15ff4c97d2652ffca518ff0612038de8 100644 (file)
@@ -4,7 +4,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <hang.h>
 #include <asm/io.h>
index b22e0ee06a4e5cf4386a4fc91feaf0a756963273..bd9d7105366ba67cd136adc961c0e319a15b1567 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <reset.h>
 #include <wdt.h>
index 1f5f301b125148236bf615368e4365581605914b..4769b967e52735238bddcb449eaec8957c6e1edb 100644 (file)
@@ -14,7 +14,6 @@
  * 22/08/2022 Port to DM
  */
 
-#include <common.h>
 #include <dm.h>
 #include <wdt.h>
 #include <log.h>
index 894158b304a73625652926efeefacfc2412be3c0..ea770217e5907c42536137dec4795fceed5665df 100644 (file)
@@ -4,7 +4,6 @@
  * Licensed under the GPL-2 or later.
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
 #include <hang.h>
index b36488bb5b96f8782d739e67eb2dc14c19fdaf60..5092a256af0ca00fed17e48f482b6c05b1b1034e 100644 (file)
@@ -6,7 +6,7 @@
  *
  */
 
-#include <common.h>
+#include <config.h>
 #include <dm.h>
 #include <hang.h>
 #include <asm/io.h>
index f28636ca901550b76ea0df48e39c90b4e72dff42..036ff690d3fd49e5d5d48d70bb839877db47969b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2017 CS Systemes d'Information
  */
 
-#include <common.h>
 #include <env.h>
 #include <dm.h>
 #include <wdt.h>
index f7d201b921a11a5c1c0fe6b402d01b10b1ac63f9..6308d9632a8115f83daf765ca860133c2fd340fa 100644 (file)
@@ -9,7 +9,6 @@
  *   Copyright (C) 2013 John Crispin <blogic@openwrt.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <wdt.h>
 #include <asm/global_data.h>
index 368b36849c8d688d87b641d4d9d6c6cceb36aaaa..706deb9da84626d8935a30d9cf6831289804d99d 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Ryder Lee <ryder.lee@mediatek.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <hang.h>
 #include <wdt.h>
index f0e57b4f7286bedf811c87cbb340232a69aed474..5fd02ddf564f55cb247042721bc7f60dc790ff49 100644 (file)
@@ -36,7 +36,6 @@
  *     Use the driver model and standard identifiers; handle bigger timeouts.
  */
 
-#include <common.h>
 #include <log.h>
 #include <watchdog.h>
 #include <asm/ti-common/omap_wdt.h>
index 127766df58af33dcd1e4ad2ffd6f3b5347e175bb..4562b2a37e3478da2f5b117f52a89051491653ff 100644 (file)
@@ -12,7 +12,6 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <clk.h>
 #include <log.h>
index 8d93f19b984accce5b3b1a21160942a8addde50b..99168d0cad03983e8c3b35b52b33bb11289cdb4d 100644 (file)
@@ -8,7 +8,6 @@
  * Derived from linux/drivers/watchdog/rti_wdt.c
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 80524a00101b9167be3af6005b92181db83b5807..c244f15a8952ec0c6ac19d043ee17ef0dc8974ec 100644 (file)
@@ -4,7 +4,6 @@
  * Minkyu Kang <mk7.kang@samsung.com>
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/watchdog.h>
index 71bb5d924ea59b8f63b3a61bd696b6920bb00e29..8dbbfc249e7c31b2e077e58eef9ed5eca4568cb4 100644 (file)
@@ -1,4 +1,3 @@
-#include <common.h>
 #include <dm.h>
 #include <os.h>
 #include <wdt.h>
index 535614f04d63c938901169d934c2a9ff2dfe08bb..cd5eadbfd2132d2e93a3d2ccb1fcdb415f660775 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2017 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <wdt.h>
 #include <asm/state.h>
index 96d04665d52c1c0731c09f309d28cd5810bc6e89..03585529bb636a763fcbd536646bbd453735d1bc 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <asm/global_data.h>
 #include <asm/io.h>
-#include <common.h>
 #include <dm/device.h>
 #include <dm/fdtaddr.h>
 #include <dm/read.h>
index af5a6b1a28aca4c502cfde85b32cbed533886175..c5b4f8a9f665aefe5023773eb56987be7cbd9230 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2021 Michael Walle <michael@walle.cc>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <wdt.h>
 #include <sl28cpld.h>
index 6d58fd3cfdab8a3e215d6c60967836da590029e1..10fe3e28232313a35eb357a1dfcb37a65f73657f 100644 (file)
@@ -8,7 +8,6 @@
 #include <log.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
-#include <common.h>
 #include <clk.h>
 #include <dm/device.h>
 #include <dm/fdtaddr.h>
index 7ebcd2552668e73222b9c060caed5ec8b4718742..97ab8cfe7ab133737c7318bc2d4a39c4e68e4713 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_WDT
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index bdc65597dcff4aa4e46355494b638f1cf1fab277..8fbfac31b1e1d3dab4f6c3206e6fc4dd62f59b78 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright (c) 2017 Intel Corporation
  */
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <wdt.h>
index 0eea04ed2c6ed7ac0aef6a16b5863b84c5ce86c5..83f19dc0e86b332b43b47bd39efaedbd0f05fe24 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Freescale Semiconductor, Inc.
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
index 417e8d7eef95196db9e5218188f29b16c313a6dc..c88312ec721887f464120e5b69bd6d25f29cd266 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_WDT
 
-#include <common.h>
 #include <cyclic.h>
 #include <div64.h>
 #include <dm.h>
index b38c400016118630d4821a868c156a604d275858..8a8e55370a0e4725f57f1a272cb211f34dc1f74e 100644 (file)
@@ -8,7 +8,6 @@
  * Copyright (c) 2011-2018 Xilinx Inc.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <wdt.h>
index 963ab22fb452898507f2e13a3ba19847461983fa..41eff1a464505609bda2f7344ff4abd18bd5a653 100644 (file)
@@ -9,7 +9,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <regmap.h>
 #include <wdt.h>