mfd: Remove bitrotted genirq comment from wm831x IRQ code
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 13 Feb 2011 20:06:06 +0000 (20:06 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:41:49 +0000 (10:41 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm831x-irq.c

index 03eb61dd0965555ac299bb563835cf1661519da7..2e45f60d01a715eaacf7f94c52490b1efca76414 100644 (file)
 
 #include <linux/delay.h>
 
-/*
- * Since generic IRQs don't currently support interrupt controllers on
- * interrupt driven buses we don't use genirq but instead provide an
- * interface that looks very much like the standard ones.  This leads
- * to some bodges, including storing interrupt handler information in
- * the static irq_data table we use to look up the data for individual
- * interrupts, but hopefully won't last too long.
- */
-
 struct wm831x_irq_data {
        int primary;
        int reg;