]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
w1: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:33 +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/mxc_w1.c
drivers/w1/w1-gpio.c
drivers/w1/w1-uclass.c

index b96c1a00bf243d124ccdbbe47ec56db7fd1e968c..9ebfc13c83aa57ed1e7041a8814f981b44e3e2c9 100644 (file)
@@ -17,7 +17,6 @@
  * Martin Fuzzey <martin.fuzzey@flowbird.group>
  */
 
-#include <common.h>
 #include <asm/arch/clock.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 9346f810ce119402f5e872e77dce3d7f59971e60..759f94e224e4e52f626b02cd49c3c56a4f0714e9 100644 (file)
@@ -7,7 +7,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <w1.h>
index a4247ecd62330e01ee4bc5d0db68ca21831fc968..9637ed242573b78788f3ac34594a7b13bb350afd 100644 (file)
@@ -14,7 +14,6 @@
 
 #define LOG_CATEGORY UCLASS_W1
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>