These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / mach-pxa / irq.c
index 89a7c06..9c10248 100644 (file)
@@ -133,12 +133,11 @@ static int pxa_irq_map(struct irq_domain *h, unsigned int virq,
        irq_set_chip_and_handler(virq, &pxa_internal_irq_chip,
                                 handle_level_irq);
        irq_set_chip_data(virq, base);
-       set_irq_flags(virq, IRQF_VALID);
 
        return 0;
 }
 
-static struct irq_domain_ops pxa_irq_ops = {
+static const struct irq_domain_ops pxa_irq_ops = {
        .map    = pxa_irq_map,
        .xlate  = irq_domain_xlate_onecell,
 };