* [PATCH] mfd: Remove unused wm831x IRQ handler data
@ 2010-03-26 14:47 Mark Brown
2010-03-26 17:06 ` Samuel Ortiz
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2010-03-26 14:47 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: linux-kernel, Mark Brown
This was used by the old, pre-genirq IRQ implementation but is no
longer required.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
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 3013276..b1d66b8 100644
--- a/drivers/mfd/wm831x-irq.c
+++ b/drivers/mfd/wm831x-irq.c
@@ -38,8 +38,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[] = {
--
1.7.0.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mfd: Remove unused wm831x IRQ handler data
2010-03-26 14:47 [PATCH] mfd: Remove unused wm831x IRQ handler data Mark Brown
@ 2010-03-26 17:06 ` Samuel Ortiz
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2010-03-26 17:06 UTC (permalink / raw)
To: Mark Brown; +Cc: linux-kernel
Hi Mark,
On Fri, Mar 26, 2010 at 02:47:04PM +0000, Mark Brown wrote:
> This was used by the old, pre-genirq IRQ implementation but is no
> longer required.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Thanks, patch applied.
Cheers,
Samuel.
> ---
> 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 3013276..b1d66b8 100644
> --- a/drivers/mfd/wm831x-irq.c
> +++ b/drivers/mfd/wm831x-irq.c
> @@ -38,8 +38,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[] = {
> --
> 1.7.0.2
>
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-26 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26 14:47 [PATCH] mfd: Remove unused wm831x IRQ handler data Mark Brown
2010-03-26 17:06 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox