twl4030_charger: ack and ratelimit monitoring events
[pandora-kernel.git] / lib / locking-selftest.c
index 619313e..507a22f 100644 (file)
@@ -144,7 +144,7 @@ static void init_shared_classes(void)
 
 #define HARDIRQ_ENTER()                                \
        local_irq_disable();                    \
-       irq_enter();                            \
+       __irq_enter();                          \
        WARN_ON(!in_irq());
 
 #define HARDIRQ_EXIT()                         \