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)
commit34d623d11316cb69f9e8cc5eb50d3792b5c302b6
treef2062be0fabe081dd775dcf586b7367587363f89
parentdec35d19c4ec65b94df3b27b6e373f0d48c9cd32
rtc: rtc-twl: Remove lockdep related local_irq_enable()

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>
drivers/rtc/rtc-twl.c