aboutsummaryrefslogtreecommitdiff
path: root/drivers/ram/mpc83xx_sdram.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:11 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commit41b7743e682f1d7e2ed175792a3884bce17a3dd6 (patch)
tree026f7255bf4bc60529c3eb6b650f14c03f937fcf /drivers/ram/mpc83xx_sdram.c
parent37de71874d2309ae3a0c86852d79a88a4ee504e3 (diff)
downloadu-boot-41b7743e682f1d7e2ed175792a3884bce17a3dd6.zip
u-boot-41b7743e682f1d7e2ed175792a3884bce17a3dd6.tar.gz
u-boot-41b7743e682f1d7e2ed175792a3884bce17a3dd6.tar.bz2
ram: 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>
Diffstat (limited to 'drivers/ram/mpc83xx_sdram.c')
-rw-r--r--drivers/ram/mpc83xx_sdram.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ram/mpc83xx_sdram.c b/drivers/ram/mpc83xx_sdram.c
index 11676d4..28a6632 100644
--- a/drivers/ram/mpc83xx_sdram.c
+++ b/drivers/ram/mpc83xx_sdram.c
@@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/
-#include <common.h>
#include <dm.h>
#include <init.h>
#include <log.h>