Re: [PATCH] mfd: tps65912: Declare and use tps65912_irq_exit()

2013-03-13 Thread Samuel Ortiz
Hi Mark, On Sat, Mar 02, 2013 at 03:25:50PM +0800, Mark Brown wrote: > Clean up interrupts on exit, silencing a sparse warning caused by > tps65912_irq_exit() being defined but not prototyped as we go. > > Signed-off-by: Mark Brown > --- > drivers/mfd/tps65912-core.c |1 + > include/linux/

[PATCH] mfd: tps65912: Declare and use tps65912_irq_exit()

2013-03-01 Thread Mark Brown
Clean up interrupts on exit, silencing a sparse warning caused by tps65912_irq_exit() being defined but not prototyped as we go. Signed-off-by: Mark Brown --- drivers/mfd/tps65912-core.c |1 + include/linux/mfd/tps65912.h |1 + 2 files changed, 2 insertions(+) diff --git a/drivers/mfd/