Commit b448de47 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[SCSI] megaraid_sas: make 2 functions static

This patch makes two needlessly global functions static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatar"Patro, Sumant" <Sumant.Patro@lsi.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent d915058f
...@@ -517,7 +517,7 @@ megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp, ...@@ -517,7 +517,7 @@ megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp,
* Returns the number of frames required for numnber of sge's (sge_count) * Returns the number of frames required for numnber of sge's (sge_count)
*/ */
u32 megasas_get_frame_count(u8 sge_count) static u32 megasas_get_frame_count(u8 sge_count)
{ {
int num_cnt; int num_cnt;
int sge_bytes; int sge_bytes;
...@@ -1733,7 +1733,7 @@ megasas_get_ctrl_info(struct megasas_instance *instance, ...@@ -1733,7 +1733,7 @@ megasas_get_ctrl_info(struct megasas_instance *instance,
* *
* Tasklet to complete cmds * Tasklet to complete cmds
*/ */
void megasas_complete_cmd_dpc(unsigned long instance_addr) static void megasas_complete_cmd_dpc(unsigned long instance_addr)
{ {
u32 producer; u32 producer;
u32 consumer; u32 consumer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment