From d1b26996854c65633846977599995320f0af5d5e Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 10 Sep 2020 13:19:45 +0200 Subject: mb/sifive: Drop unneeded empty lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5274bc7206ba333d06f5defc35fdede540a7148f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/45252 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/mainboard/sifive/hifive-unleashed/fixup_fdt.c | 1 - src/mainboard/sifive/hifive-unleashed/media.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/sifive') diff --git a/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c b/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c index b4991daf85..38492acb87 100644 --- a/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c +++ b/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c @@ -47,7 +47,6 @@ static void do_fixup_memory(struct device_tree_node *node) dt_add_reg_prop(node, addrs, sizes, 1, 2, 2); } - static void fixup_memory(struct device_tree_node *parent) { struct device_tree_property *prop; 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); -- cgit v1.2.3