aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/sifive/hifive-unleashed/media.c
diff options
context:
space:
mode:
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);