]> git.baikalelectronics.ru Git - kernel.git/commit
tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"
authorRoland Dreier <roland@purestorage.com>
Fri, 12 Aug 2011 17:16:52 +0000 (10:16 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 22 Aug 2011 19:26:32 +0000 (19:26 +0000)
commita1a2258d0766226b1d8e93c2e0d78ef760f379c0
treed0cc6e5419248685907afe0a693e25de1fdd7f98
parente27aa3486604ffc59689d1563847b4d9189b3852
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 <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/tcm_fc/tfc_conf.c