aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2014-12-12 12:52:00 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-01-08 10:02:47 +0100
commit8d1f211ebbdfd57843a52fa7efe34251530beec1 (patch)
treef8a730cd23ba8f92877f3b35cd6bcfd11c563a5d /arch
parents390/pci: add missing address space annotation (diff)
downloadlinux-dev-8d1f211ebbdfd57843a52fa7efe34251530beec1.tar.xz
linux-dev-8d1f211ebbdfd57843a52fa7efe34251530beec1.zip
s390/disassembler: remove indentical initializer
Remove one of the two identical initializer entries. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/kernel/dis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/dis.c b/arch/s390/kernel/dis.c
index f3762937dd82..d46d0b0b2cda 100644
--- a/arch/s390/kernel/dis.c
+++ b/arch/s390/kernel/dis.c
@@ -226,7 +226,6 @@ static const struct s390_operand operands[] =
[U16_32] = { 16, 32, 0 },
[J16_16] = { 16, 16, OPERAND_PCREL },
[J16_32] = { 16, 32, OPERAND_PCREL },
- [I16_32] = { 16, 32, OPERAND_SIGNED },
[I24_24] = { 24, 24, OPERAND_SIGNED },
[J32_16] = { 32, 16, OPERAND_PCREL },
[I32_16] = { 32, 16, OPERAND_SIGNED },