aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:44 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:41 -0600
commitac01ed260baa5d0a75340afc8752573ca77ac407 (patch)
tree89735d1eef2c0240e88677ba1f1f39378064e29c
parent0cc1f2d813e0ef58d1b49875ccd77c1f0b411062 (diff)
downloadu-boot-ac01ed260baa5d0a75340afc8752573ca77ac407.zip
u-boot-ac01ed260baa5d0a75340afc8752573ca77ac407.tar.gz
u-boot-ac01ed260baa5d0a75340afc8752573ca77ac407.tar.bz2
extcon: 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>
-rw-r--r--drivers/extcon/extcon-max14526.c1
-rw-r--r--drivers/extcon/extcon-uclass.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/extcon/extcon-max14526.c b/drivers/extcon/extcon-max14526.c
index a33b5ef..2d2166b 100644
--- a/drivers/extcon/extcon-max14526.c
+++ b/drivers/extcon/extcon-max14526.c
@@ -3,7 +3,6 @@
* Copyright (c) 2022 Svyatoslav Ryhel <clamor95@gmail.com>
*/
-#include <common.h>
#include <dm.h>
#include <i2c.h>
#include <linux/delay.h>
diff --git a/drivers/extcon/extcon-uclass.c b/drivers/extcon/extcon-uclass.c
index 9dd22b5..1a59287 100644
--- a/drivers/extcon/extcon-uclass.c
+++ b/drivers/extcon/extcon-uclass.c
@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_EXTCON
-#include <common.h>
#include <extcon.h>
#include <dm.h>