]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/locking/lockdep.c
Merge tag 'v4.6-rc6' into locking/core, to pick up fixes
[mirror_ubuntu-artful-kernel.git] / kernel / locking / lockdep.c
index 78c1c0ee6dc1256904e1afb90611818813fc031c..874d53eaf389e3034d9f345903fc86746ebee295 100644 (file)
@@ -708,7 +708,7 @@ look_up_lock_class(struct lockdep_map *lock, unsigned int subclass)
  * yet. Otherwise we look it up. We cache the result in the lock object
  * itself, so actual lookup of the hash should be once per lock object.
  */
-static inline struct lock_class *
+static struct lock_class *
 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force)
 {
        struct lockdep_subclass_key *key;