From: Denis Cheng Date: Sat, 26 Jan 2008 13:11:13 +0000 (+0100) Subject: [S390] use LIST_HEAD instead of LIST_HEAD_INIT X-Git-Tag: v2.6.25-rc1~1228^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11ca97ee9d2ed593ab7b5523def7787b46f398f;p=pandora-kernel.git [S390] use LIST_HEAD instead of LIST_HEAD_INIT single list_head variable initialized with LIST_HEAD_INIT could almost always can be replaced with LIST_HEAD declaration, this shrinks the code and looks better. Signed-off-by: Denis Cheng Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed