aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/regulator/as3722_regulator.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:09 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commit8719a3f5d83dd0a4dc90adc853d3a0961999fcde (patch)
treed4c07df7510c9b996d56a80e80dd74204285e062 /drivers/power/regulator/as3722_regulator.c
parentc45973bc60f319de2737618400883023f2b648da (diff)
downloadu-boot-8719a3f5d83dd0a4dc90adc853d3a0961999fcde.zip
u-boot-8719a3f5d83dd0a4dc90adc853d3a0961999fcde.tar.gz
u-boot-8719a3f5d83dd0a4dc90adc853d3a0961999fcde.tar.bz2
power: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/power/regulator/as3722_regulator.c')
-rw-r--r--drivers/power/regulator/as3722_regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/regulator/as3722_regulator.c b/drivers/power/regulator/as3722_regulator.c
index ec0776b..8d60965 100644
--- a/drivers/power/regulator/as3722_regulator.c
+++ b/drivers/power/regulator/as3722_regulator.c
@@ -6,7 +6,6 @@
* Placeholder regulator driver for as3722.
*/
-#include <common.h>
#include <dm.h>
#include <errno.h>
#include <log.h>