diff options
author | Tom Rini | 2024-05-01 19:31:09 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:56 -0600 |
commit | 8719a3f5d83dd0a4dc90adc853d3a0961999fcde (patch) | |
tree | d4c07df7510c9b996d56a80e80dd74204285e062 /drivers/power/regulator/tps62360_regulator.c | |
parent | c45973bc60f319de2737618400883023f2b648da (diff) |
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/tps62360_regulator.c')
-rw-r--r-- | drivers/power/regulator/tps62360_regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/regulator/tps62360_regulator.c b/drivers/power/regulator/tps62360_regulator.c index 7014b1982d0..9acc6b90549 100644 --- a/drivers/power/regulator/tps62360_regulator.c +++ b/drivers/power/regulator/tps62360_regulator.c @@ -4,7 +4,6 @@ * Tero Kristo <t-kristo@ti.com> */ -#include <common.h> #include <dm.h> #include <i2c.h> #include <dm/device_compat.h> |