target: don't export local symbols
[fw/openocd] / src / target / mips_m4k.c
index 8d13447a09d480938b14dd08c56696b6a7c0c11e..2475702899e14ec4dd564859c97694d77bb80891 100644 (file)
@@ -1357,7 +1357,7 @@ static const struct command_registration mips_m4k_exec_command_handlers[] = {
        COMMAND_REGISTRATION_DONE
 };
 
-const struct command_registration mips_m4k_command_handlers[] = {
+static const struct command_registration mips_m4k_command_handlers[] = {
        {
                .chain = mips32_command_handlers,
        },