diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-26 14:47:04 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-28 01:37:32 +0200 |
commit | 2a0cb351001bebf195d3c43d0f70441eb6a62652 (patch) | |
tree | 5b1eb2ed3a18e4ba7414e7b8e168256c655c0046 /drivers/mfd | |
parent | dc64f30fa557ab1108e97e499a9acc550baa38bc (diff) |
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/wm831x-irq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/wm831x-irq.c b/drivers/mfd/wm831x-irq.c index 4c1122ceb44..ec10004200c 100644 --- a/drivers/mfd/wm831x-irq.c +++ b/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[] = { |