command_t -> struct command
[fw/openocd] / src / target / arm926ejs.c
index 47a20cb109042b39dac1360b65905a728bf6d27c..c7609c472a41409fed0f2a81e0330b73cbbd1450 100644 (file)
@@ -821,7 +821,7 @@ static int arm926ejs_mmu(struct target *target, int *enabled)
 int arm926ejs_register_commands(struct command_context *cmd_ctx)
 {
        int retval;
-       command_t *arm926ejs_cmd;
+       struct command *arm926ejs_cmd;
 
        retval = arm9tdmi_register_commands(cmd_ctx);