From: H Hartley Sweeten Date: Mon, 25 Jun 2012 22:20:13 +0000 (-0700) Subject: staging: comedi: cb_das16_cs: consolidate the init and exit functions X-Git-Tag: v3.6-rc1~100^2~544 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f47503dcca489144384e09a6fa0848b46434fd0;p=pandora-kernel.git staging: comedi: cb_das16_cs: consolidate the init and exit functions The register/unregister of the pcmcia driver is done is separate functions that are called by the module_{init,exit} routines. Simplify the code a bit by moving the register/unregister into the module_{init,exit} routines. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed