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>
diff --git a/src/vendorcode/amd/cimx/sb800/ECfanc.c b/src/vendorcode/amd/cimx/sb800/ECfanc.c
index 7e679c9..151d882 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 MaxZone[] =
+static const UINT8 MaxZone[] =
 {
   4,
   4,
@@ -70,7 +70,7 @@
  *
  *
  */
-const static UINT8 MaxRegister[] =
+static const UINT8 MaxRegister[] =
 {
   MSG_REG9,
   MSG_REGB,