diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-13 15:06:06 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 05:41:49 -0400 |
commit | f66ea457f616258777cb3349f33745b0240e54fd (patch) | |
tree | 84ecdb5d515e6130c1459730821df4035bbb7c18 /drivers/mfd/wm831x-irq.c | |
parent | 8af1b0d72f7b65f0ed34f0b2c5d1774fabca24a2 (diff) |
mfd: Remove bitrotted genirq comment from wm831x IRQ code
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/wm831x-irq.c')
-rw-r--r-- | drivers/mfd/wm831x-irq.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/mfd/wm831x-irq.c b/drivers/mfd/wm831x-irq.c index 03eb61dd0965..2e45f60d01a7 100644 --- a/drivers/mfd/wm831x-irq.c +++ b/drivers/mfd/wm831x-irq.c | |||
@@ -26,15 +26,6 @@ | |||
26 | 26 | ||
27 | #include <linux/delay.h> | 27 | #include <linux/delay.h> |
28 | 28 | ||
29 | /* | ||
30 | * Since generic IRQs don't currently support interrupt controllers on | ||
31 | * interrupt driven buses we don't use genirq but instead provide an | ||
32 | * interface that looks very much like the standard ones. This leads | ||
33 | * to some bodges, including storing interrupt handler information in | ||
34 | * the static irq_data table we use to look up the data for individual | ||
35 | * interrupts, but hopefully won't last too long. | ||
36 | */ | ||
37 | |||
38 | struct wm831x_irq_data { | 29 | struct wm831x_irq_data { |
39 | int primary; | 30 | int primary; |
40 | int reg; | 31 | int reg; |