From 33e9e44a177e9121d51e51363b30509b75141bcc Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 2 Dec 2022 15:44:39 +0100 Subject: [PATCH] vc/cavium/bdk/libbdk-arch/bdk-numa.c: Fix old-style function definition Change-Id: Ia56f813933143ef69c97f1b7643693c6eade6abe Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/70256 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/vendorcode/cavium/bdk/libbdk-arch/bdk-numa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendorcode/cavium/bdk/libbdk-arch/bdk-numa.c b/src/vendorcode/cavium/bdk/libbdk-arch/bdk-numa.c index ede3b10170..fb0af80112 100644 --- a/src/vendorcode/cavium/bdk/libbdk-arch/bdk-numa.c +++ b/src/vendorcode/cavium/bdk/libbdk-arch/bdk-numa.c @@ -89,7 +89,7 @@ int bdk_numa_exists(bdk_node_t node) * * @return */ -extern int bdk_numa_is_only_one() +extern int bdk_numa_is_only_one(void) { /* FIXME(dhendrix): stub */ return 1;