]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
w1-eeprom: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:34 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:57 +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/w1-eeprom/ds24xxx.c
drivers/w1-eeprom/ds2502.c
drivers/w1-eeprom/eep_sandbox.c
drivers/w1-eeprom/w1-eeprom-uclass.c

index 4be378b43d03540342cf1e0342b18ecac5abc7e5..413d8bc58814514178b53a29541a53562ad8bbbd 100644 (file)
@@ -7,7 +7,6 @@
  *
  */
 
-#include <common.h>
 #include <linux/err.h>
 #include <dm.h>
 #include <w1-eeprom.h>
index a67f5edd0febb010c4315a55eab9eb28fe5831fd..db9f41e972692ef6eccb700da5c93149046c8da0 100644 (file)
@@ -20,7 +20,6 @@
  * Martin Fuzzey <martin.fuzzey@flowbird.group>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <linux/err.h>
index 27c7f9f1b6b85ce68dacd81476bad3d6927f0268..2a69ca27de793299d33dbd1a548b908465f64fd7 100644 (file)
@@ -4,7 +4,6 @@
  *
  */
 
-#include <common.h>
 #include <linux/err.h>
 #include <dm.h>
 #include <w1-eeprom.h>
index 70ba537243f81d48f6044b5a621988c265c6c6d4..3919aad3c8af8c96a54e9aa05c91906845b04fe5 100644 (file)
@@ -12,7 +12,6 @@
 
 #define LOG_CATEGORY UCLASS_W1_EEPROM
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <w1.h>