commit | 7c9c684160bc2c6668abbd2701b440e18bb9ef35 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Fri Jan 13 17:26:25 2012 -0800 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Jan 16 12:46:31 2012 +0400 |
tree | fa6e51cecf7a6661de6352ce4f3c28b96f660f14 | |
parent | c6b21c93c1794113c68f3d43f321968191d87b1b [diff] |
[SCSI] fcoe: Move fcoe_debug_logging from fcoe.h to fcoe.c 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>