commit | f7fc752815f8e2337548497b3afb4aef791db4ef | [log] [tgz] |
---|---|---|
author | Vincent Chen <vincent.chen@sifive.com> | Tue Jun 23 13:37:10 2020 +0800 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Thu Jul 09 20:09:30 2020 -0700 |
tree | 6a0fb12af7dfcdb5083b7bbc9c8b5e812a8b29b2 | |
parent | fc0c769ffd926312848912a7c2296e1c503898c3 [diff] |
riscv: Fix "no previous prototype" compile warning in kgdb.c file Some functions are only used in the kgdb.c file. Add static properities to these functions to avoid "no previous prototype" compile warnings Signed-off-by: Vincent Chen <vincent.chen@sifive.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>