plist: fix PLIST_NODE_INIT to work with debug enabled
authorGregory Haskins <ghaskins@novell.com>
Mon, 29 Dec 2008 14:39:53 +0000 (09:39 -0500)
committerGregory Haskins <ghaskins@novell.com>
Mon, 29 Dec 2008 14:39:53 +0000 (09:39 -0500)
commit4075134e40804821f90866d7de56802e4dcecb1e
tree9aa144dad122a6596ff34e71bc049112fb0de354
parent967fc04671feea4dbf780c9e55a0bc8fcf68a14e
plist: fix PLIST_NODE_INIT to work with debug enabled

It seems that PLIST_NODE_INIT breaks if used and DEBUG_PI_LIST is defined.
Since there are no current users of PLIST_NODE_INIT, this has gone
undetected.  This patch fixes the build issue that enables the
DEBUG_PI_LIST later in the series when we use it in init_task.h

Signed-off-by: Gregory Haskins <ghaskins@novell.com>
include/linux/plist.h