From: Robert P. J. Day Date: Fri, 25 Jul 2008 08:45:32 +0000 (-0700) Subject: lists: remove a redundant conditional definition of list_add() X-Git-Tag: v2.6.27-rc1~487 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ce0da9fefcc723dc006c35a7f91a32750abd40;p=pandora-kernel.git lists: remove a redundant conditional definition of list_add() Remove the conditional surrounding the definition of list_add() from list.h since, if you define CONFIG_DEBUG_LIST, the definition you will subsequently pick up from lib/list_debug.c will be absolutely identical, at which point you can remove that redundant definition from list_debug.c as well. Signed-off-by: Robert P. J. Day Cc: Dave Jones Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed