Merge tag 'docs-5.10' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / tools / objtool / check.h
index 061aa96..36d38b9 100644 (file)
@@ -22,6 +22,7 @@ struct insn_state {
 struct instruction {
        struct list_head list;
        struct hlist_node hash;
+       struct list_head static_call_node;
        struct section *sec;
        unsigned long offset;
        unsigned int len;