rtc: rtc-twl: Remove lockdep related local_irq_enable()
authorSebastian Reichel <sre@debian.org>
Tue, 31 May 2011 08:51:39 +0000 (08:51 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 10 Aug 2011 22:54:26 +0000 (15:54 -0700)
Now that the irq is properly threaded (due to it needing i2c access)
we should also remove the local_irq_enable() call in twl_rtc_interrupt.
Testing this with Pandaboard, the RTC is still working.

[Reworked commit message -jstultz]
Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found