summaryrefslogtreecommitdiffstats
path: root/src/mainboard/iwill/dk8s2/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/iwill/dk8s2/mptable.c')
-rw-r--r--src/mainboard/iwill/dk8s2/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iwill/dk8s2/mptable.c b/src/mainboard/iwill/dk8s2/mptable.c
index 867bd932345b..24d31ab9e2d4 100644
--- a/src/mainboard/iwill/dk8s2/mptable.c
+++ b/src/mainboard/iwill/dk8s2/mptable.c
@@ -4,7 +4,7 @@
#include <string.h>
#include <stdint.h>
-void *smp_write_config_table(void *v)
+static void *smp_write_config_table(void *v)
{
static const char sig[4] = "PCMP";
static const char oem[8] = "IWILL ";