Skip to content

Commit

Permalink
mfd: Remove unused wm831x IRQ handler data
Browse files Browse the repository at this point in the history
This was used by the old, pre-genirq IRQ implementation but is no
longer required.

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 May 27, 2010
1 parent dc64f30 commit 2a0cb35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/mfd/wm831x-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ struct wm831x_irq_data {
int primary;
int reg;
int mask;
irq_handler_t handler;
void *handler_data;
};

static struct wm831x_irq_data wm831x_irqs[] = {
Expand Down

0 comments on commit 2a0cb35

Please sign in to comment.