aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/scaleway
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-10 13:20:06 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 16:05:49 +0000
commit41376c6d1a190193d40e5b58d84580caf085e680 (patch)
tree8a9958e6abab9fa8ed4c6755e4cc41100d868f28 /src/mainboard/scaleway
parentd1b26996854c65633846977599995320f0af5d5e (diff)
mb/scaleway: Drop unneeded empty lines
Change-Id: If56031a7b39d1c1b3ebf6d19376f19ec8c7cef1a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45253 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/scaleway')
-rw-r--r--src/mainboard/scaleway/tagada/bmcinfo.c2
1 files changed, 0 insertions, 2 deletions
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))