commit | 34d623d11316cb69f9e8cc5eb50d3792b5c302b6 | [log] [tgz] |
---|---|---|
author | Sebastian Reichel <sre@debian.org> | Tue May 31 08:51:39 2011 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Wed Aug 10 15:54:26 2011 -0700 |
tree | f2062be0fabe081dd775dcf586b7367587363f89 | |
parent | dec35d19c4ec65b94df3b27b6e373f0d48c9cd32 [diff] |
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>