summaryrefslogtreecommitdiff
path: root/drivers/power/mt6323.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/mt6323.c
parentc45973bc60f319de2737618400883023f2b648da (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/mt6323.c')
-rw-r--r--drivers/power/mt6323.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/mt6323.c b/drivers/power/mt6323.c
index 354817a0378..dd6cbcf1820 100644
--- a/drivers/power/mt6323.c
+++ b/drivers/power/mt6323.c
@@ -3,7 +3,6 @@
* Copyright (C) 2019 Frank Wunderlich <frank-w@public-files.de>
*/
-#include <common.h>
#include <command.h>
#include <asm/io.h>
#include <linux/delay.h>