commit | c6b21c93c1794113c68f3d43f321968191d87b1b | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Fri Jan 13 17:26:20 2012 -0800 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Jan 16 12:45:48 2012 +0400 |
tree | 011ea47b03dc2628b1b210ab198e08343d3612a1 | |
parent | a762dce41cb5742a143f6aa2d80ee1aac7e1f5eb [diff] |
[SCSI] libfc: Declare local functions static Avoid that sparse complains about missing declarations for local functions by declaring these static or by adding an #include directive. Add the __percpu annotation where it is missing. 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>