commit | 4e0f05297ff615a9a4e269da301ff77f660a3ab0 | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Fri Aug 12 10:16:52 2011 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Aug 22 19:26:32 2011 +0000 |
tree | d0cc6e5419248685907afe0a693e25de1fdd7f98 | |
parent | f15ea5780d08e4c96930c0d607d05e480ec588c8 [diff] |
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>