memory: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:57 -06:00
parent f10a78aaea
commit c199f372cc
3 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_NOP
#include <common.h>
#include <clk.h>
#include <dm.h>
#include <reset.h>

View 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>

View 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>