]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
extcon: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:44 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/extcon/extcon-max14526.c
drivers/extcon/extcon-uclass.c

index a33b5ef919cc2dd1291ce6ed06709c5073bc92f3..2d2166bde6822258d6db42a042c155a0e34c3237 100644 (file)
@@ -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>
index 9dd22b5762694d48d9961b206c234e7960a46835..1a59287388206234dd54ca30b7ac67bb7f40ac27 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_EXTCON
 
-#include <common.h>
 #include <extcon.h>
 #include <dm.h>