projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0bb8fb
)
s390/jump_label: remove unused structure definition
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Thu, 6 Jun 2019 14:37:56 +0000
(16:37 +0200)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/jump_label.c
b/arch/s390/kernel/jump_label.c
index e193630a7d2aee682f91bce8f74a8748b06e314a..ab584e8e352754996078054fefef4883d07e5997 100644
(file)
--- 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 */