summaryrefslogtreecommitdiff
path: root/src/pld/pld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pld/pld.c')
-rw-r--r--src/pld/pld.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pld/pld.c b/src/pld/pld.c
index 5ed7596c..90067e34 100644
--- a/src/pld/pld.c
+++ b/src/pld/pld.c
@@ -206,7 +206,8 @@ static const struct command_registration pld_exec_command_handlers[] = {
},
COMMAND_REGISTRATION_DONE
};
-int pld_init(struct command_context *cmd_ctx)
+
+static int pld_init(struct command_context *cmd_ctx)
{
if (!pld_devices)
return ERROR_OK;