From: H Hartley Sweeten Date: Fri, 22 Jun 2012 23:14:30 +0000 (-0700) Subject: staging: comedi: ni_daq_700: consolidate the init and exit functions X-Git-Tag: v3.6-rc1~100^2~633 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fe9b247cc5dd6d39d9252fc0b51700e438a65fd;p=pandora-kernel.git staging: comedi: ni_daq_700: 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