dccp: Clean up ccid.c after integration of CCID plugins
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Mon, 5 Jan 2009 05:43:23 +0000 (21:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jan 2009 05:43:23 +0000 (21:43 -0800)
This patch cleans up after integrating the CCID modules and, in addition,

 * moves the if/else cases from ccid_delete() into ccid_hc_{tx,rx}_delete();
 * removes the 'gfp' argument to ccid_new() - since it is always gfp_any().

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found