From: Mark Brown Date: Sun, 13 Feb 2011 20:06:06 +0000 (+0000) Subject: mfd: Remove bitrotted genirq comment from wm831x IRQ code X-Git-Tag: v2.6.39-rc1~96^2~72 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f66ea457f616258777cb3349f33745b0240e54fd;p=karo-tx-linux.git mfd: Remove bitrotted genirq comment from wm831x IRQ code Signed-off-by: Mark Brown Signed-off-by: Samuel Ortiz --- 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 @@ #include -/* - * 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;