Skip to content

Commit 43b3616

Browse files
sobucherhankur
authored andcommitted
target/riscv: fix remaining LIST_HEAD -> OOCD_LIST_HEAD in line with upstream
1 parent 2910c05 commit 43b3616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/target/riscv/riscv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,7 @@ int riscv_resume(
21612161

21622162
struct list_head *targets;
21632163

2164-
LIST_HEAD(single_target_list);
2164+
OOCD_LIST_HEAD(single_target_list);
21652165
struct target_list single_target_entry = {
21662166
.lh = {NULL, NULL},
21672167
.target = target
@@ -3190,7 +3190,7 @@ int riscv_openocd_poll(struct target *target)
31903190

31913191
struct list_head *targets;
31923192

3193-
LIST_HEAD(single_target_list);
3193+
OOCD_LIST_HEAD(single_target_list);
31943194
struct target_list single_target_entry = {
31953195
.lh = {NULL, NULL},
31963196
.target = target

0 commit comments

Comments
 (0)