From ccad951e7d7198ea915fc8d9c8dee1062bcf57d8 Mon Sep 17 00:00:00 2001 From: Frank Vibrans Date: Thu, 5 May 2011 16:49:11 +0000 Subject: Adds VOID to empty parameter lists to get rid of some build warnings. This change modifies a collection of files by adding the VOID parameter to empty parameter lists to cut down on the number of warnings produced when compiling the AMD Agesa code. This should cut down the number of warnings by about 1100 each for rom- and ramstage. Signed-off-by: Frank Vibrans Acked-by: Marc Jones git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6556 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c | 1 + src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/NbFamilyServices.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/vendorcode/amd/agesa/Proc/GNB') diff --git a/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c b/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c index efd1660e60..e6c7265ea2 100644 --- a/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c +++ b/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c @@ -115,6 +115,7 @@ NbFmClumpUnitID ( FUSE_TABLE* NbFmGetFuseTranslationTable ( + VOID ) { return &FuseTable; diff --git a/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/NbFamilyServices.h b/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/NbFamilyServices.h index 9442277453..808658c3cf 100644 --- a/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/NbFamilyServices.h +++ b/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/NbFamilyServices.h @@ -86,6 +86,7 @@ NbFmClumpUnitID ( FUSE_TABLE* NbFmGetFuseTranslationTable ( + VOID ); VOID -- cgit v1.2.3