X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fmutex-debug.h;h=731d77d6e155de48fed65db977d2e83843465c06;hb=c2f340a69cabe0fb7b9f02d1a2495927db225a06;hp=2537285e10641de6ae4a5d51170912860aff03e2;hpb=9b4f2e9576658c4e52d95dc8d309f51b2e2db096;p=pandora-kernel.git diff --git a/include/linux/mutex-debug.h b/include/linux/mutex-debug.h index 2537285e1064..731d77d6e155 100644 --- a/include/linux/mutex-debug.h +++ b/include/linux/mutex-debug.h @@ -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