[PATCH 1/7] arm: at91: wdt: Remove unused at91_wdt struct

Zixun LI admin at hifiphile.com
Mon Mar 31 21:15:10 CEST 2025


at91_wdt struct is not used by anyone, let's remove it.

Signed-off-by: Zixun LI <admin at hifiphile.com>
---
 arch/arm/mach-at91/include/mach/at91_wdt.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/mach-at91/include/mach/at91_wdt.h b/arch/arm/mach-at91/include/mach/at91_wdt.h
index 8ef8e007d77..78ad0453fd9 100644
--- a/arch/arm/mach-at91/include/mach/at91_wdt.h
+++ b/arch/arm/mach-at91/include/mach/at91_wdt.h
@@ -19,12 +19,6 @@
 
 #else
 
-typedef struct at91_wdt {
-	u32	cr;
-	u32	mr;
-	u32	sr;
-} at91_wdt_t;
-
 struct at91_wdt_priv {
 	void __iomem *regs;
 	u32 regval;
-- 
2.49.0



More information about the U-Boot mailing list