[PATCH v3 02/23] mfd: bcm2835-pm: Drop unused header
From: Uwe Kleine-König (The Capable Hub)
Date: Thu Jul 09 2026 - 13:02:16 EST
<linux/mfd/bcm2835-pm.h> doesn't use any symbols provided by
<linux/regmap.h>, and neither does any of its users (i.e.
drivers/mfd/bcm2835-pm.c, drivers/pmdomain/bcm/bcm2835-power.c,
drivers/watchdog/bcm2835_wdt.c).
So the header is unused and can be dropped.
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
---
include/linux/mfd/bcm2835-pm.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/mfd/bcm2835-pm.h b/include/linux/mfd/bcm2835-pm.h
index f70a810c55f7..12bb6bc2c07f 100644
--- a/include/linux/mfd/bcm2835-pm.h
+++ b/include/linux/mfd/bcm2835-pm.h
@@ -3,8 +3,6 @@
#ifndef BCM2835_MFD_PM_H
#define BCM2835_MFD_PM_H
-#include <linux/regmap.h>
-
struct bcm2835_pm {
struct device *dev;
void __iomem *base;
--
2.55.0.11.g153666a7d9bb