From: H Hartley Sweeten Date: Mon, 25 Jun 2012 22:18:17 +0000 (-0700) Subject: staging: comedi: cb_das16_cs: add module_{init, exit} declarations X-Git-Tag: v3.6-rc1~100^2~545 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbb82c4b4150d4eb88bf3123bfb9ec51700730f;p=pandora-kernel.git staging: comedi: cb_das16_cs: add 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