From eb9e63f21f44598027105a641fd72c67c44e7a7d Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 25 Jan 2022 11:51:43 +0100 Subject: src: Add missing 'void' in function definition Change-Id: I7fa1f9402b177a036f08bf99c98a6191c35fa0b5 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/61371 Tested-by: build bot (Jenkins) Reviewed-by: Jason Glenesk Reviewed-by: Felix Held --- src/soc/amd/picasso/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/picasso/config.c') diff --git a/src/soc/amd/picasso/config.c b/src/soc/amd/picasso/config.c index 577d7b29a829..f1384bb5b029 100644 --- a/src/soc/amd/picasso/config.c +++ b/src/soc/amd/picasso/config.c @@ -4,7 +4,7 @@ #include #include "chip.h" -const struct soc_amd_common_config *soc_get_common_config() +const struct soc_amd_common_config *soc_get_common_config(void) { /* config_of_soc calls die() internally if cfg was NULL, so no need to re-check */ const struct soc_amd_picasso_config *cfg = config_of_soc(); -- cgit v1.2.3