summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-13 20:06:06 +0000
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-03-25 17:58:11 -0400
commit236f5fd241b95244ca6695f2e55a2e0c4c419507 (patch)
tree586d6b1eb279c3866f7525be99da1023179bddc1
parent180d39696f8939a7d9839eaabeae6e2c8ccc2c52 (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> (cherry picked from commit f66ea457f616258777cb3349f33745b0240e54fd)
-rw-r--r--drivers/mfd/wm831x-irq.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/mfd/wm831x-irq.c b/drivers/mfd/wm831x-irq.c
index 03eb61dd096..2e45f60d01a 100644
--- a/drivers/mfd/wm831x-irq.c
+++ b/drivers/mfd/wm831x-irq.c
@@ -26,15 +26,6 @@
#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;