Commit 2a0cb351 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent dc64f30f
...@@ -39,8 +39,6 @@ struct wm831x_irq_data { ...@@ -39,8 +39,6 @@ struct wm831x_irq_data {
int primary; int primary;
int reg; int reg;
int mask; int mask;
irq_handler_t handler;
void *handler_data;
}; };
static struct wm831x_irq_data wm831x_irqs[] = { static struct wm831x_irq_data wm831x_irqs[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment