Merge branches 'for-32/i2c/omap-v4', 'for-32/i2c/imx-dt', 'for-32/i2c/eg20t-v4',...
[firefly-linux-kernel-4.4.55.git] / include / linux / mutex-debug.h
index 2537285e10641de6ae4a5d51170912860aff03e2..731d77d6e155de48fed65db977d2e83843465c06 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