]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/locking/lockdep.c
locking/lockdep: Mark __lockdep_count_forward_deps() as static
authorFengguang Wu <fengguang.wu@intel.com>
Fri, 8 Nov 2013 16:55:35 +0000 (00:55 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 13 Nov 2013 12:50:17 +0000 (13:50 +0100)
commit5216d530bbd8581c927b250a11533c2a31b57510
tree4a81e6af74b3531c07ce1a80ae8aaa12d174cf01
parent838cc7b488f89ee642fd8336e8e1b620c8c3ece2
locking/lockdep: Mark __lockdep_count_forward_deps() as static

There are new Sparse warnings:

  >> kernel/locking/lockdep.c:1235:15: sparse: symbol '__lockdep_count_forward_deps' was not declared. Should it be static?
  >> kernel/locking/lockdep.c:1261:15: sparse: symbol '__lockdep_count_backward_deps' was not declared. Should it be static?

Please consider folding the attached diff :-)

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/527d1787.ThzXGoUspZWehFDl\%fengguang.wu@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/lockdep.c