aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))