]> Pileus Git - ~andy/linux/blobdiff - kernel/mutex.c
Merge branch 'linus' into perfcounters/core
[~andy/linux] / kernel / mutex.c
index 507cf2b5e9f1e6328b2e335a3a05c0ead6a0ff3e..f415e80a9119f405e59a1a4c5950015b6080da52 100644 (file)
@@ -89,7 +89,7 @@ __mutex_lock_slowpath(atomic_t *lock_count);
  *
  * This function is similar to (but not equivalent to) down().
  */
-void inline __sched mutex_lock(struct mutex *lock)
+void __sched mutex_lock(struct mutex *lock)
 {
        might_sleep();
        /*