diff options
author | Marek BehĂșn <kabel@kernel.org> | 2024-06-18 17:34:36 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2024-07-08 08:20:58 +0200 |
commit | af6c737807ac99aed804bb93a8f15e50fc321106 (patch) | |
tree | e3ce7e9fed43606c5150e401980027d3a14f2b5a /drivers/ddr/marvell/a38x/old/ddr3_a38x.c | |
parent | cae6e8993c8eaed7c520b1046766b658e0f97b90 (diff) |
ddr: marvell: a38x: old: Fix some compiler warning of the old code
Fix some compilation warning in the old DDR training code.
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Diffstat (limited to 'drivers/ddr/marvell/a38x/old/ddr3_a38x.c')
-rw-r--r-- | drivers/ddr/marvell/a38x/old/ddr3_a38x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ddr/marvell/a38x/old/ddr3_a38x.c b/drivers/ddr/marvell/a38x/old/ddr3_a38x.c index cc2e498d50d..8504b9b40c5 100644 --- a/drivers/ddr/marvell/a38x/old/ddr3_a38x.c +++ b/drivers/ddr/marvell/a38x/old/ddr3_a38x.c @@ -9,6 +9,7 @@ #include <asm/io.h> #include <asm/arch/cpu.h> #include <asm/arch/soc.h> +#include <linux/delay.h> #include "ddr3_init.h" |