kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOC
authorChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Mon, 6 Sep 2010 14:37:12 +0000 (16:37 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 23 Sep 2010 16:14:51 +0000 (09:14 -0700)
The CONFIG_DEBUG_LOCK_ALLOC ifdef isn't necessary at this point, because it is
checked in an outer ifdef level already and has no effect here.

Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found