diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2015-03-25 11:31:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-25 11:41:41 -0400 |
commit | 358e048d670a0feeb030effd1a3611cc6288fa70 (patch) | |
tree | fe85f8cfcb081ec04db1df2b3f427aea7c88685a /arch/s390 | |
parent | 7e3ea6d5c4f4880dbdf85f4083f40d8a3dc9b906 (diff) |
s390: fix /proc/interrupts output
The irqclass_sub_desc array and enum interruption_class are out of sync
thus /proc/interrupts is broken. Remove IRQIO_CLW.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/irq.h b/arch/s390/include/asm/irq.h index 343ea7c987aa..ff95d15a2384 100644 --- a/arch/s390/include/asm/irq.h +++ b/arch/s390/include/asm/irq.h | |||
@@ -57,7 +57,6 @@ enum interruption_class { | |||
57 | IRQIO_TAP, | 57 | IRQIO_TAP, |
58 | IRQIO_VMR, | 58 | IRQIO_VMR, |
59 | IRQIO_LCS, | 59 | IRQIO_LCS, |
60 | IRQIO_CLW, | ||
61 | IRQIO_CTC, | 60 | IRQIO_CTC, |
62 | IRQIO_APB, | 61 | IRQIO_APB, |
63 | IRQIO_ADM, | 62 | IRQIO_ADM, |