Browse Source

mfd: Remove unused wm831x IRQ handler data

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>
Mark Brown 15 years ago
parent
commit
2a0cb35100
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/mfd/wm831x-irq.c

+ 0 - 2
drivers/mfd/wm831x-irq.c

@@ -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[] = {