X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fmutex-debug.h;h=731d77d6e155de48fed65db977d2e83843465c06;hb=9a6558371bcd01c2973b7638181db4ccc34eab4f;hp=2537285e10641de6ae4a5d51170912860aff03e2;hpb=ef5d4707b9065c0cf8a69fa3716893f3b75201ba;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/mutex-debug.h b/include/linux/mutex-debug.h index 2537285e106..731d77d6e15 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