diff options
author | Brian Behlendorf <[email protected]> | 2014-10-01 17:31:53 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-10-17 15:11:51 -0700 |
commit | b652d169b05cc1c75fdb04421feb83713a0e36c4 (patch) | |
tree | c9ef443de29c57f6b3fd70d23a5ca2960f607f0d /include/linux/Makefile.am | |
parent | 2bc5666f53685c6631f9a5d1d8beebdf1325f8e0 (diff) |
Remove mutex_lock_nested() wrapper
The mutex_lock_nested() function has been available since Linux 2.6.18.
There is no longer a need to maintain this compatibility code.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/linux/Makefile.am')
-rw-r--r-- | include/linux/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/Makefile.am b/include/linux/Makefile.am index 94ffc4721..2a99661bf 100644 --- a/include/linux/Makefile.am +++ b/include/linux/Makefile.am @@ -10,7 +10,6 @@ KERNEL_H = \ $(top_srcdir)/include/linux/math64_compat.h \ $(top_srcdir)/include/linux/mm_compat.h \ $(top_srcdir)/include/linux/module_compat.h \ - $(top_srcdir)/include/linux/mutex_compat.h \ $(top_srcdir)/include/linux/proc_compat.h \ $(top_srcdir)/include/linux/rwsem_compat.h \ $(top_srcdir)/include/linux/smp_compat.h \ |