diff options
author | Pali Rohár <pali@kernel.org> | 2023-03-04 13:26:46 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2023-03-24 13:11:47 +0100 |
commit | e6900565b58d7d7ceac6364baf6e001a65761598 (patch) | |
tree | f7d5f408c31845d73529a894d30786be6ae1dbe5 /drivers/ddr/marvell/a38x/ddr3_init.h | |
parent | 003c3585e2741ca6fc2e49d74cb20ba8d742c590 (diff) | |
download | u-boot-e6900565b58d7d7ceac6364baf6e001a65761598.tar.gz u-boot-e6900565b58d7d7ceac6364baf6e001a65761598.tar.bz2 u-boot-e6900565b58d7d7ceac6364baf6e001a65761598.zip |
ddr: marvell: a38x: Remove unused file seq_exec.h
DDR code does not use seq_exec.h, so remove it.
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'drivers/ddr/marvell/a38x/ddr3_init.h')
-rw-r--r-- | drivers/ddr/marvell/a38x/ddr3_init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/a38x/ddr3_init.h b/drivers/ddr/marvell/a38x/ddr3_init.h index ba9f7881d5..6854bb49de 100644 --- a/drivers/ddr/marvell/a38x/ddr3_init.h +++ b/drivers/ddr/marvell/a38x/ddr3_init.h @@ -9,7 +9,6 @@ #include "ddr_ml_wrapper.h" #include "mv_ddr_plat.h" -#include "seq_exec.h" #include "ddr3_logging_def.h" #include "ddr3_training_hw_algo.h" #include "ddr3_training_ip.h" |