summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/cimx/sb800/ECfanc.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-22 09:52:12 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-07-10 10:18:37 +0000
commitad1456f0d7c9fcfcf6ef78969cb0e1ac6f17739a (patch)
treeb9583389468bb967af57ffdc123f51656bcd4443 /src/vendorcode/amd/cimx/sb800/ECfanc.c
parente29a6ac16a9f478fc00ce7cb83f3779954e3168d (diff)
downloadcoreboot-ad1456f0d7c9fcfcf6ef78969cb0e1ac6f17739a.tar.xz
vendorcode/amd: Move 'static' to the beginning of declaration
Change-Id: Ib9934f103262c57af076bd27d97c3166d8f2318b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33674 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/vendorcode/amd/cimx/sb800/ECfanc.c')
-rw-r--r--src/vendorcode/amd/cimx/sb800/ECfanc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vendorcode/amd/cimx/sb800/ECfanc.c b/src/vendorcode/amd/cimx/sb800/ECfanc.c
index 7e679c9995..151d882557 100644
--- a/src/vendorcode/amd/cimx/sb800/ECfanc.c
+++ b/src/vendorcode/amd/cimx/sb800/ECfanc.c
@@ -40,7 +40,7 @@
*
*
*/
-const static UINT8 FunctionNumber[] =
+static const UINT8 FunctionNumber[] =
{
Fun_81,
Fun_83,
@@ -55,7 +55,7 @@ const static UINT8 FunctionNumber[] =
*
*
*/
-const static UINT8 MaxZone[] =
+static const UINT8 MaxZone[] =
{
4,
4,
@@ -70,7 +70,7 @@ const static UINT8 MaxZone[] =
*
*
*/
-const static UINT8 MaxRegister[] =
+static const UINT8 MaxRegister[] =
{
MSG_REG9,
MSG_REGB,