From: Thomas Gleixner Date: Tue, 29 Mar 2011 09:36:05 +0000 (+0200) Subject: genirq: Fix harmless typo X-Git-Tag: v3.0~1116^2~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd22c0e44b105aecd78e5f9e77abab3a1b8dc00c;p=platform%2Fkernel%2Flinux-amlogic.git genirq: Fix harmless typo The late night fixup missed to convert the data type from irq_desc to irq_data, which results in a harmless but annoying warning. Signed-off-by: Thomas Gleixner --- diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index acf5407..b3bf54f 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -132,7 +132,7 @@ irq_get_pending(struct cpumask *mask, struct irq_desc *desc) } #else static inline bool irq_can_move_pcntxt(struct irq_data *data) { return true; } -static inline bool irq_move_pending(struct irq_desc *data) { return false; } +static inline bool irq_move_pending(struct irq_data *data) { return false; } static inline void irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) { } static inline void