[SCSI] fcoe: Move fcoe_debug_logging from fcoe.h to fcoe.c
authorBart Van Assche <bvanassche@acm.org>
Sat, 14 Jan 2012 01:26:25 +0000 (17:26 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 16 Jan 2012 08:46:31 +0000 (12:46 +0400)
Move the definition of the global variable fcoe_debug_logging
from fcoe.h to fcoe.c. Avoid that sparse complains about missing
declarations for local functions or variables by declaring these
static.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found