diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-05-29 13:49:02 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-08-10 03:35:48 +0000 |
commit | efbeb9a39439e19e997a613eb38e20a29cdcf3cc (patch) | |
tree | 1a7636e4e5fb51ef062b5c96a29561c30a30880a /src/soc/sifive/fu740/sdram.c | |
parent | d4bbeb8140184197ee19430782ea10ce610bbf8d (diff) |
tree: Remove duplicated <arch/mmio.h>
<device/mmio.h> is supposed to chain-include <arch/mmio.h>. See
`Documentation/contributing/coding_style.md` section `Headers and includes`
Change-Id: I08f7480650b42df1613994146a026bd1e12dbf66
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82693
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc/sifive/fu740/sdram.c')
-rw-r--r-- | src/soc/sifive/fu740/sdram.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/sifive/fu740/sdram.c b/src/soc/sifive/fu740/sdram.c index 167d5a49cb..61dbb2e753 100644 --- a/src/soc/sifive/fu740/sdram.c +++ b/src/soc/sifive/fu740/sdram.c @@ -5,7 +5,6 @@ #ifndef _SIFIVE_SDRAM_H #define _SIFIVE_SDRAM_H -#include <arch/mmio.h> #include <console/console.h> #include <device/mmio.h> #include <soc/addressmap.h> |