Skip to content

Commit

Permalink
mfd: Remove bitrotted genirq comment from wm831x IRQ code
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Mar 23, 2011
1 parent 8af1b0d commit f66ea45
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/mfd/wm831x-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f66ea45

Please sign in to comment.