aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/mutex.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-17 15:55:07 +0200
committerIngo Molnar <mingo@elte.hu>2008-11-12 12:39:40 +0100
commite25cf3db560e803292946ef23a30c69e341ce56f (patch)
tree7e089b5e87dc657e934d96e87ae8708bbe53e793 /kernel/mutex.c
parent708b8eae0fd532af73ea8350e6dcc10255ff7376 (diff)
downloadkernel_samsung_smdk4412-e25cf3db560e803292946ef23a30c69e341ce56f.zip
kernel_samsung_smdk4412-e25cf3db560e803292946ef23a30c69e341ce56f.tar.gz
kernel_samsung_smdk4412-e25cf3db560e803292946ef23a30c69e341ce56f.tar.bz2
lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c
fix this warning: net/bluetooth/af_bluetooth.c:60: warning: ‘bt_key_strings’ defined but not used net/bluetooth/af_bluetooth.c:71: warning: ‘bt_slock_key_strings’ defined but not used this is a lockdep macro problem in the !LOCKDEP case. We cannot convert it to an inline because the macro works on multiple types, but we can mark the parameter used. [ also clean up a misaligned tab in sock_lock_init_class_and_name() ] [ also remove #ifdefs from around af_family_clock_key strings - which were certainly added to get rid of the ugly build warnings. ] Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/mutex.c')
0 files changed, 0 insertions, 0 deletions