From: Mark Brown Date: Mon, 20 Jun 2011 10:47:55 +0000 (+0100) Subject: mfd: Implement tps65910 IRQ cleanup X-Git-Tag: v3.1-rc1~100^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2328c30bf09fe31e77889090eeb1a965325f53;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed