Add delay-init quirk for Corsair K70 RGB keyboards
[pandora-kernel.git] / include / linux / mutex-debug.h
index 2537285..731d77d 100644 (file)
@@ -18,6 +18,6 @@ do {                                                                  \
        __mutex_init((mutex), #mutex, &__key);                          \
 } while (0)
 
-extern void FASTCALL(mutex_destroy(struct mutex *lock));
+extern void mutex_destroy(struct mutex *lock);
 
 #endif