[PATCH] Char: stallion, remove many prototypes
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:42 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:55 +0000 (08:28 -0800)
commit96b066b85c8e5b28fa7f25a7f0644f70f46b8881
treefa6fe7c55f54d36a74babf2753ce7592627cd6c9
parent40e82652128f67ffc2d8117e186736a92a15d64c
[PATCH] Char: stallion, remove many prototypes

Many prototypes are useless, since functions are declared before they are
called.  Also some code was easy to move to resolve this dependency and delete
prototypes.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/stallion.c