From: Eric Sesterhenn Date: Sun, 26 Mar 2006 09:37:37 +0000 (-0800) Subject: [PATCH] Fix compilation for sound/oss/vwsnd.c X-Git-Tag: v2.6.17-rc1~619 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3b50fc72d538c79dd2c1f728f5e594a0192da2;p=pandora-kernel.git [PATCH] Fix compilation for sound/oss/vwsnd.c Fix compilation for sound/oss/vwsnd.o, by moving li_destroy() above li_create() sound/oss/vwsnd.c:275: warning: conflicting types for ‘li_destroy’ sound/oss/vwsnd.c:275: error: static declaration of ‘li_destroy’ follows non-static declaration sound/oss/vwsnd.c:264: error: previous implicit declaration of ‘li_destroy’ was here Signed-off-by: Eric Sesterhenn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed