diff options
author | Ursula Braun <ursula.braun@de.ibm.com> | 2015-02-27 06:52:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-28 23:38:29 -0500 |
commit | 83650a2edc9b8f0838c7842b7ea595c927e79092 (patch) | |
tree | b5cc42ccf6184661e453586541d6ed8dc0764e21 /arch | |
parent | 74abc20cedf6f95a0065665c55180ef2d4828ba5 (diff) |
s390: remove claw driver
claw devices are outdated and no longer supported.
This patch removes the claw driver.
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/kernel/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/irq.c b/arch/s390/kernel/irq.c index f238720690f3..0220e7d3c629 100644 --- a/arch/s390/kernel/irq.c +++ b/arch/s390/kernel/irq.c | |||
@@ -79,7 +79,6 @@ static const struct irq_class irqclass_sub_desc[NR_ARCH_IRQS] = { | |||
79 | {.irq = IRQIO_TAP, .name = "TAP", .desc = "[I/O] Tape"}, | 79 | {.irq = IRQIO_TAP, .name = "TAP", .desc = "[I/O] Tape"}, |
80 | {.irq = IRQIO_VMR, .name = "VMR", .desc = "[I/O] Unit Record Devices"}, | 80 | {.irq = IRQIO_VMR, .name = "VMR", .desc = "[I/O] Unit Record Devices"}, |
81 | {.irq = IRQIO_LCS, .name = "LCS", .desc = "[I/O] LCS"}, | 81 | {.irq = IRQIO_LCS, .name = "LCS", .desc = "[I/O] LCS"}, |
82 | {.irq = IRQIO_CLW, .name = "CLW", .desc = "[I/O] CLAW"}, | ||
83 | {.irq = IRQIO_CTC, .name = "CTC", .desc = "[I/O] CTC"}, | 82 | {.irq = IRQIO_CTC, .name = "CTC", .desc = "[I/O] CTC"}, |
84 | {.irq = IRQIO_APB, .name = "APB", .desc = "[I/O] AP Bus"}, | 83 | {.irq = IRQIO_APB, .name = "APB", .desc = "[I/O] AP Bus"}, |
85 | {.irq = IRQIO_ADM, .name = "ADM", .desc = "[I/O] EADM Subchannel"}, | 84 | {.irq = IRQIO_ADM, .name = "ADM", .desc = "[I/O] EADM Subchannel"}, |