]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4e14aa92504a2752aee4a8420abd3b2054b2895a
treefa6fe7c55f54d36a74babf2753ce7592627cd6c9
parent5ac5a108dc4d348ecfec74de3bda290a28652c92
[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