[SCSI] zfcp: Add __init declaration to zfcp_cache_hw_align
authorChristof Schmitt <christof.schmitt@de.ibm.com>
Thu, 2 Dec 2010 14:16:18 +0000 (15:16 +0100)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 21 Dec 2010 18:24:47 +0000 (12:24 -0600)
The function zfcp_cache_hw_align is only called from zfcp_module_init,
so it should be declared with __init as well.

Reviewed-by: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

No differences found