]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Fix compilation for sound/oss/vwsnd.c
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 26 Mar 2006 09:37:37 +0000 (01:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:56:58 +0000 (08:56 -0800)
commit8f3b50fc72d538c79dd2c1f728f5e594a0192da2
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 â\80\98li_destroyâ\80\99
sound/oss/vwsnd.c:275: error: static declaration of â\80\98li_destroyâ\80\99 follows non-static declaration
sound/oss/vwsnd.c:264: error: previous implicit declaration of â\80\98li_destroyâ\80\99 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