From: H Hartley Sweeten Date: Mon, 2 Jul 2012 22:43:19 +0000 (-0700) Subject: staging: comedi: das08_cs: consolidate the init and exit functions X-Git-Tag: v3.6-rc1~100^2~437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468777024e3f635c78cc7b0370f447978669431d;p=pandora-kernel.git staging: comedi: das08_cs: consolidate the init and exit functions The register/unregister of the pcmcia driver is done in 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed