summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c
diff options
context:
space:
mode:
authorFrank Vibrans <frank.vibrans@amd.com>2011-05-05 16:49:11 +0000
committerMarc Jones <marc.jones@amd.com>2011-05-05 16:49:11 +0000
commitccad951e7d7198ea915fc8d9c8dee1062bcf57d8 (patch)
tree5994e2c0eb976b51c6325f512b82a30e28526a94 /src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c
parentec40260ade7f9d03978f3a15b5c4e8343d3e6065 (diff)
downloadcoreboot-ccad951e7d7198ea915fc8d9c8dee1062bcf57d8.tar.xz
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 <frank.vibrans@amd.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6556 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c')
-rw-r--r--src/vendorcode/amd/agesa/Proc/GNB/Nb/Family/0x14/F14NbServices.c1
1 files changed, 1 insertions, 0 deletions
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;