]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix 'defined but not used' warning in net/rxrpc/main.c::rxrpc_initialise
authorJesper Juhl <jesper.juhl@gmail.com>
Sat, 25 Mar 2006 11:07:08 +0000 (03:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:52 +0000 (08:22 -0800)
commit9adabfa9830635a87278547b5c9ecab3328a7261
treec47996deedb93331a3ad90cad8d96d9a50dc22f4
parentf060e5b928e4736cac66fdc0ea476bd27e608310
[PATCH] fix 'defined but not used' warning in net/rxrpc/main.c::rxrpc_initialise

net/rxrpc/main.c: In function `rxrpc_initialise':
net/rxrpc/main.c:83: warning: label `error_proc' defined but not used

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/rxrpc/main.c