aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/kernel/irq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c
index 47a09eea49e..00506c3d5d6 100644
--- a/arch/um/kernel/irq.c
+++ b/arch/um/kernel/irq.c
@@ -334,7 +334,6 @@ static void dummy(struct irq_data *d)
334/* This is used for everything else than the timer. */ 334/* This is used for everything else than the timer. */
335static struct irq_chip normal_irq_type = { 335static struct irq_chip normal_irq_type = {
336 .name = "SIGIO", 336 .name = "SIGIO",
337 .release = free_irq_by_irq_and_dev,
338 .irq_disable = dummy, 337 .irq_disable = dummy,
339 .irq_enable = dummy, 338 .irq_enable = dummy,
340 .irq_ack = dummy, 339 .irq_ack = dummy,
@@ -342,7 +341,6 @@ static struct irq_chip normal_irq_type = {
342 341
343static struct irq_chip SIGVTALRM_irq_type = { 342static struct irq_chip SIGVTALRM_irq_type = {
344 .name = "SIGVTALRM", 343 .name = "SIGVTALRM",
345 .release = free_irq_by_irq_and_dev,
346 .irq_disable = dummy, 344 .irq_disable = dummy,
347 .irq_enable = dummy, 345 .irq_enable = dummy,
348 .irq_ack = dummy, 346 .irq_ack = dummy,