target: make local symbols static
[fw/openocd] / src / target / aarch64.c
index 20e212e2b31bf22049d4c6c50daadf113ef666ce..8b0cf3b631d9d74096a01fb59bab62349b1a4f79 100644 (file)
@@ -1837,7 +1837,7 @@ static int aarch64_remove_watchpoint(struct target *target,
  * find out which watchpoint hits
  * get exception address and compare the address to watchpoints
  */
-int aarch64_hit_watchpoint(struct target *target,
+static int aarch64_hit_watchpoint(struct target *target,
        struct watchpoint **hit_watchpoint)
 {
        if (target->debug_reason != DBG_REASON_WATCHPOINT)