1
0
Fork 0

s390/jump_label: remove unused structure definition

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
alistair/sunxi64-5.4-dsi
Heiko Carstens 2019-06-06 16:37:56 +02:00
parent b0bb8fbd49
commit 6887560c03
1 changed files with 0 additions and 5 deletions

View 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 */