[PATCH] Fix compilation for sound/oss/vwsnd.c
commit8f3b50fc72d538c79dd2c1f728f5e594a0192da2
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 26 Mar 2006 09:37:37 +0000 (26 01:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:56:58 +0000 (26 08:56 -0800)
tree467c8e0880c7470d4d169a6d149c5946876c20ea
parent1751ace034bba6b423c1de4668f0e65cc9ef2b84
[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 <snakebyte@gmx.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/vwsnd.c