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>
This commit is contained in:
parent
dc64f30fa5
commit
2a0cb35100
1 changed files with 0 additions and 2 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue