OSDN Git Service

s390/jump_label: remove unused structure definition
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 6 Jun 2019 14:37:56 +0000 (16:37 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 7 Jun 2019 08:10:10 +0000 (10:10 +0200)
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/kernel/jump_label.c

index e193630..ab584e8 100644 (file)
@@ -15,11 +15,6 @@ struct insn {
        s32 offset;
 } __packed;
 
-struct insn_args {
-       struct jump_entry *entry;
-       enum jump_label_type type;
-};
-
 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn)
 {
        /* brcl 0,offset */