aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2019-06-06 16:37:56 +0200
committerHeiko Carstens <heiko.carstens@de.ibm.com>2019-06-07 10:10:10 +0200
commit6887560c039f13c21d7fa6df363c4db0f3e12fa2 (patch)
tree2ea56cc22674ad1518b0e07fd8eed2ac8f1aad7c
parents390/boot: disable address-of-packed-member warning (diff)
downloadlinux-dev-6887560c039f13c21d7fa6df363c4db0f3e12fa2.tar.xz
linux-dev-6887560c039f13c21d7fa6df363c4db0f3e12fa2.zip
s390/jump_label: remove unused structure definition
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
-rw-r--r--arch/s390/kernel/jump_label.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/kernel/jump_label.c b/arch/s390/kernel/jump_label.c
index e193630a7d2a..ab584e8e3527 100644
--- a/arch/s390/kernel/jump_label.c
+++ b/arch/s390/kernel/jump_label.c
@@ -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 */