irq: change ->set_affinity() to return status
[deliverable/linux.git] / include / linux / irq.h
index 2a34cd6281d7eea6db3fbee055eec97b06cbdf92..8e4c18b291579abbc4b83c3a4f4b26a7c6572af4 100644 (file)
@@ -117,7 +117,7 @@ struct irq_chip {
        void            (*eoi)(unsigned int irq);
 
        void            (*end)(unsigned int irq);
-       void            (*set_affinity)(unsigned int irq,
+       int             (*set_affinity)(unsigned int irq,
                                        const struct cpumask *dest);
        int             (*retrigger)(unsigned int irq);
        int             (*set_type)(unsigned int irq, unsigned int flow_type);
This page took 0.025143 seconds and 5 git commands to generate.