]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Implement tps65910 IRQ cleanup
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 20 Jun 2011 10:47:55 +0000 (11:47 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 31 Jul 2011 21:28:23 +0000 (23:28 +0200)
commit05b351da2d7f7dd8e3bec8bac7fda302430d9b65
treeb60fd04f5941a9db1c5fa0dab3b9d00e5b1c1b10
parent84d1d0eacbef0261c5cc8a6a43ec334b7edb922c
mfd: Implement tps65910 IRQ cleanup

The tps65910_irq_exit() cleanup function was generating a warning from
sparse due to the lack of a prototype. This wasn't causing GCC warnings
as the driver wasn't cleaning up its IRQs on exit at all so there was no
use of an unprototyped function.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tps65910.c
include/linux/mfd/tps65910.h