summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptctl.c
diff options
context:
space:
mode:
authorMoore, Eric2006-03-14 17:14:06 +0100
committerJames Bottomley2006-03-14 21:33:18 +0100
commitc972c70fa03097be4235fc441658290a3b7af06f (patch)
tree16cc86cd334fc11422f133504cd3c38fdebe1223 /drivers/message/fusion/mptctl.c
parent[SCSI] fusion - move some debug firmware event debug msgs to verbose level (diff)
downloadkernel-qcow2-linux-c972c70fa03097be4235fc441658290a3b7af06f.tar.gz
kernel-qcow2-linux-c972c70fa03097be4235fc441658290a3b7af06f.tar.xz
kernel-qcow2-linux-c972c70fa03097be4235fc441658290a3b7af06f.zip
[SCSI] fusion - static fix's
Patch previously provided from Adrian Bunk <bunk@stusta.de>, moving some functions to static. This is already in the -mm tree. Signed-off-by: Eric Moore <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptctl.c')
-rw-r--r--drivers/message/fusion/mptctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptctl.c b/drivers/message/fusion/mptctl.c
index 3d555b724ed0..b4967bb8a7d6 100644
--- a/drivers/message/fusion/mptctl.c
+++ b/drivers/message/fusion/mptctl.c
@@ -140,7 +140,7 @@ static int mptctl_ioc_reset(MPT_ADAPTER *ioc, int reset_phase);
* Event Handler function
*/
static int mptctl_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pEvReply);
-struct fasync_struct *async_queue=NULL;
+static struct fasync_struct *async_queue=NULL;
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*