aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/sifive/hifive-unleashed/media.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-10 13:19:45 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 16:05:04 +0000
commitd1b26996854c65633846977599995320f0af5d5e (patch)
tree2700a382e6ac4dc3ecd71e780549dfdce36e8e23 /src/mainboard/sifive/hifive-unleashed/media.c
parentfbc36dc4b0c18640c6b74ac426410542b76ba321 (diff)
mb/sifive: Drop unneeded empty lines
Change-Id: I5274bc7206ba333d06f5defc35fdede540a7148f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45252 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/sifive/hifive-unleashed/media.c')
-rw-r--r--src/mainboard/sifive/hifive-unleashed/media.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/media.c b/src/mainboard/sifive/hifive-unleashed/media.c
index 2ba6d2b870..2ff375ae29 100644
--- a/src/mainboard/sifive/hifive-unleashed/media.c
+++ b/src/mainboard/sifive/hifive-unleashed/media.c
@@ -41,7 +41,6 @@ static const struct region_device_ops unleashed_sd_ops = {
.readat = unleashed_sd_readat,
};
-
static struct mmap_helper_region_device sd_mdev =
MMAP_HELPER_REGION_INIT(&unleashed_sd_ops, 0, CONFIG_ROM_SIZE);