From f128adda88350a4c394978b4409fda3565d9422e Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 23 Mar 2022 22:38:04 +0100 Subject: mb/*/BiosCallOuts.c: Fix unused variable This fixes clang builds. Change-Id: Ie09fae149a9530ad45f0cd5945e73f46484ef385 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/63055 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- src/mainboard/elmex/pcm205400/BiosCallOuts.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/elmex') diff --git a/src/mainboard/elmex/pcm205400/BiosCallOuts.c b/src/mainboard/elmex/pcm205400/BiosCallOuts.c index bee2f9eb6b..46a33087dc 100644 --- a/src/mainboard/elmex/pcm205400/BiosCallOuts.c +++ b/src/mainboard/elmex/pcm205400/BiosCallOuts.c @@ -36,13 +36,11 @@ static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigP static AGESA_STATUS board_GnbPcieSlotReset (UINT32 Func, UINTN Data, VOID *ConfigPtr) { AGESA_STATUS Status; - UINTN FcnData; PCIe_SLOT_RESET_INFO *ResetInfo; UINT32 GpioMmioAddr; UINT8 Data8; - FcnData = Data; ResetInfo = ConfigPtr; Status = AGESA_UNSUPPORTED; GpioMmioAddr = (uintptr_t)acpimmio_gpio_100; -- cgit v1.2.3