]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[DCCP]: Tidy-up -- minisock initialisation
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Thu, 4 Oct 2007 21:43:42 +0000 (14:43 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:54:36 +0000 (16:54 -0700)
commit451bc0473f010babeadd888ae8ec1015959fd1b2
tree19aa37b414f2879556bfa376aac277b9cd547a63
parent5e28599a6e45eb8ce7e50510b06c3a34ebf1a8fa
[DCCP]: Tidy-up -- minisock initialisation

This

 * removes a declaration of a non-existent function
   __dccp_minisock_init;

 * shifts the initialisation function dccp_minisock_init() from
   options.c to minisocks.c, where it is more naturally expected to
   be.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dccp.h
net/dccp/minisocks.c
net/dccp/options.c