From 41376c6d1a190193d40e5b58d84580caf085e680 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 10 Sep 2020 13:20:06 +0200 Subject: mb/scaleway: Drop unneeded empty lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If56031a7b39d1c1b3ebf6d19376f19ec8c7cef1a Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/45253 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/mainboard/scaleway/tagada/bmcinfo.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/scaleway') diff --git a/src/mainboard/scaleway/tagada/bmcinfo.c b/src/mainboard/scaleway/tagada/bmcinfo.c index 0be5532e38..099d37e337 100644 --- a/src/mainboard/scaleway/tagada/bmcinfo.c +++ b/src/mainboard/scaleway/tagada/bmcinfo.c @@ -26,7 +26,6 @@ typedef struct { #define BIOSBMCINFO_MAGIC0 0x49434d42 #define BIOSBMCINFO_MAGIC1 0x306f666e - #define BMC_INFO ((biosBmcInfo_t *)CONFIG_BMC_INFO_LOC) enum biosBmcInfoValidFlag_e { @@ -106,7 +105,6 @@ u8 *bmcinfo_uuid(void) return NULL; } - int bmcinfo_slot(void) { if (IS_BMC_INFO_FIELD_VALID(slot)) -- cgit v1.2.3