Merge branch 'linus' into irq/core

Get the urgent fixes from upstream to avoid conflicts.
This commit is contained in:
Thomas Gleixner
2015-06-05 22:25:01 +02:00
692 changed files with 7329 additions and 5450 deletions

View File

@@ -58,5 +58,6 @@ struct irq_chip dummy_irq_chip = {
.irq_ack = noop,
.irq_mask = noop,
.irq_unmask = noop,
.flags = IRQCHIP_SKIP_SET_WAKE,
};
EXPORT_SYMBOL_GPL(dummy_irq_chip);