summaryrefslogtreecommitdiff
path: root/drivers/ddr/altera/sdram_agilex.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:40 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:41 -0600
commit7be5c4cb40d38aa37406e93fed5a64d187a89b47 (patch)
tree5cf985de00d32bf73c6418bf1a934680509fca2e /drivers/ddr/altera/sdram_agilex.c
parentdcd59134c64ef369716cd2f78a8dbe765bec331d (diff)
downloadu-boot-7be5c4cb40d38aa37406e93fed5a64d187a89b47.tar.gz
u-boot-7be5c4cb40d38aa37406e93fed5a64d187a89b47.tar.bz2
u-boot-7be5c4cb40d38aa37406e93fed5a64d187a89b47.zip
ddr: 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/ddr/altera/sdram_agilex.c')
-rw-r--r--drivers/ddr/altera/sdram_agilex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ddr/altera/sdram_agilex.c b/drivers/ddr/altera/sdram_agilex.c
index 65ecdd022c..7f2cccb6af 100644
--- a/drivers/ddr/altera/sdram_agilex.c
+++ b/drivers/ddr/altera/sdram_agilex.c
@@ -4,7 +4,6 @@
*
*/
-#include <common.h>
#include <dm.h>
#include <errno.h>
#include <div64.h>