watchdog: Remove <common.h> and add needed includes

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>
This commit is contained in:
Tom Rini 2024-05-01 19:31:35 -06:00
parent 334edd5f4d
commit d23a829b11
29 changed files with 1 additions and 29 deletions

View 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>

View File

@ -3,7 +3,6 @@
* Copyright (c) 2020 Aspeed Technology, Inc
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <log.h>

View File

@ -3,7 +3,6 @@
* Copyright 2017 Google, Inc
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <log.h>

View 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>

View 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>

View File

@ -6,7 +6,6 @@
* Author(s): Shreenidhi Shedi <yesshedi@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <wdt.h>

View File

@ -4,7 +4,6 @@
*
*/
#include <common.h>
#include <dm.h>
#include <hang.h>
#include <asm/io.h>

View File

@ -4,7 +4,6 @@
*/
#include <clk.h>
#include <common.h>
#include <dm.h>
#include <reset.h>
#include <wdt.h>

View File

@ -14,7 +14,6 @@
* 22/08/2022 Port to DM
*/
#include <common.h>
#include <dm.h>
#include <wdt.h>
#include <log.h>

View 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>

View File

@ -6,7 +6,7 @@
*
*/
#include <common.h>
#include <config.h>
#include <dm.h>
#include <hang.h>
#include <asm/io.h>

View File

@ -3,7 +3,6 @@
* Copyright 2017 CS Systemes d'Information
*/
#include <common.h>
#include <env.h>
#include <dm.h>
#include <wdt.h>

View 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>

View File

@ -6,7 +6,6 @@
* Author: Ryder Lee <ryder.lee@mediatek.com>
*/
#include <common.h>
#include <dm.h>
#include <hang.h>
#include <wdt.h>

View 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>

View 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>

View 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>

View 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>

View File

@ -1,4 +1,3 @@
#include <common.h>
#include <dm.h>
#include <os.h>
#include <wdt.h>

View File

@ -3,7 +3,6 @@
* Copyright 2017 Google, Inc
*/
#include <common.h>
#include <dm.h>
#include <wdt.h>
#include <asm/state.h>

View 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>

View 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>

View 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>

View File

@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_WDT
#include <common.h>
#include <clk.h>
#include <dm.h>
#include <log.h>

View File

@ -2,7 +2,6 @@
/*
* Copyright (c) 2017 Intel Corporation
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <wdt.h>

View 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>

View File

@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_WDT
#include <common.h>
#include <cyclic.h>
#include <div64.h>
#include <dm.h>

View File

@ -8,7 +8,6 @@
* Copyright (c) 2011-2018 Xilinx Inc.
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <wdt.h>

View File

@ -9,7 +9,6 @@
*/
#include <clk.h>
#include <common.h>
#include <dm.h>
#include <regmap.h>
#include <wdt.h>