From: H Hartley Sweeten Date: Fri, 22 Jun 2012 23:13:26 +0000 (-0700) Subject: staging: comedi: ni_daq_700: add the module_{init, exit} declarations X-Git-Tag: v3.6-rc1~100^2~634 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=113f7021497e5203dec3fba05294a6f184852db9;p=pandora-kernel.git staging: comedi: ni_daq_700: add the module_{init, exit} declarations The init and exit functions for this module were being declared as global symbols. Add the module_{init,exit} declarations and make the functions static. Also, rename the functions so they have namespace associated with the module. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed