X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/e82ca04387dd6c98722f5f48235089839fd04268..ee69439cc1dcadbae42ece1caa1ec1786560f7aa:/include/linux/mutex-debug.h 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