]> Git Repo - u-boot.git/commitdiff
extcon: Remove <common.h> and add needed includes
authorTom Rini <[email protected]>
Thu, 2 May 2024 01:30:44 +0000 (19:30 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
drivers/extcon/extcon-max14526.c
drivers/extcon/extcon-uclass.c

index a33b5ef919cc2dd1291ce6ed06709c5073bc92f3..2d2166bde6822258d6db42a042c155a0e34c3237 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2022 Svyatoslav Ryhel <[email protected]>
  */
 
-#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>
 
This page took 0.035809 seconds and 4 git commands to generate.