]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
memory: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:57 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:55 +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/memory/stm32-fmc2-ebi.c
drivers/memory/ti-aemif.c
drivers/memory/ti-gpmc.c

index 1ce9607785862b2ecb5d6e940b83ba05d41e6bc1..713dead5c572feb35805fefe97ca943c1fde6874 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_NOP
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <reset.h>
index 41325eb0f9414903eec725c051350786b5412fa7..29131f536a66df204c937b556d19b33c3f802ec4 100644 (file)
@@ -6,7 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  */
 
-#include <common.h>
 #include <asm/arch/hardware.h>
 #include <asm/ti-common/ti-aemif.h>
 
index 8877b8f4385b9bb220dfcb0e9f603253dc7d453c..8af48e199a74ad53a9ba98d1f6494e78e71e3ea3 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <asm/io.h>
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <dm/device_compat.h>