From: Roland Dreier Date: Fri, 12 Aug 2011 17:16:52 +0000 (-0700) Subject: tcm_fc: init/exit functions should not be protected by "#ifdef MODULE" X-Git-Tag: v3.1-rc4~43^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0f05297ff615a9a4e269da301ff77f660a3ab0;p=pandora-kernel.git tcm_fc: init/exit functions should not be protected by "#ifdef MODULE" There's no need for the #ifdef protection when building into the kernel, and in fact we need the module_init() for the initialization function to be called. Signed-off-by: Roland Dreier Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed