These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mfd / db8500-prcmu.c
index cc1a404..e6e4bac 100644 (file)
@@ -2654,12 +2654,11 @@ static int db8500_irq_map(struct irq_domain *d, unsigned int virq,
 {
        irq_set_chip_and_handler(virq, &prcmu_irq_chip,
                                handle_simple_irq);
-       set_irq_flags(virq, IRQF_VALID);
 
        return 0;
 }
 
-static struct irq_domain_ops db8500_irq_ops = {
+static const struct irq_domain_ops db8500_irq_ops = {
        .map    = db8500_irq_map,
        .xlate  = irq_domain_xlate_twocell,
 };