
Remove <common.h> from this driver directory and when needed add missing include files directly.
Signed-off-by: Tom Rini trini@konsulko.com --- Cc: Tom Rini trini@konsulko.com Cc: Simon Glass sjg@chromium.org Cc: Svyatoslav Ryhel clamor95@gmail.com --- drivers/extcon/extcon-max14526.c | 1 - drivers/extcon/extcon-uclass.c | 1 - 2 files changed, 2 deletions(-)
diff --git a/drivers/extcon/extcon-max14526.c b/drivers/extcon/extcon-max14526.c index a33b5ef919cc..2d2166bde682 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 9dd22b576269..1a5928738820 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>