X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fetm_dummy.c;h=f9c6fe738080b415634aaa942d5dbe2092e51851;hb=0552c05ee8f30d204b6dd481ba7f054034363b70;hp=647774f24de170bb5424c32e5f7d3b17565da649;hpb=f74e2e033a2ad082e5bef67d0ddedd1db3f58300;p=openocd.git diff --git a/src/target/etm_dummy.c b/src/target/etm_dummy.c index 647774f24d..f9c6fe7380 100644 --- a/src/target/etm_dummy.c +++ b/src/target/etm_dummy.c @@ -21,7 +21,7 @@ #include "config.h" #endif -#include "armv4_5.h" +#include "arm.h" #include "etm_dummy.h" @@ -61,9 +61,9 @@ COMMAND_HANDLER(handle_etm_dummy_config_command) static const struct command_registration etm_dummy_config_command_handlers[] = { { .name = "config", - .handler = &handle_etm_dummy_config_command, + .handler = handle_etm_dummy_config_command, .mode = COMMAND_CONFIG, - .usage = "", + .usage = "target", }, COMMAND_REGISTRATION_DONE };