* [2.6 patch] drivers/message/fusion/mptctl.c: make struct async_queue static
@ 2006-03-05 0:08 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-03-05 0:08 UTC (permalink / raw)
To: Andrew Morton
Cc: Eric Moore, linux-kernel, mpt_linux_developer, linux-scsi,
James.Bottomley
There is no good reason for struct async_queue being global.
Additional, this patch adds some missing whitespace.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 14 Feb 2006
- 10 Feb 2006
--- linux-2.6.16-rc2-mm1-full/drivers/message/fusion/mptctl.c.old 2006-02-10 00:43:43.000000000 +0100
+++ linux-2.6.16-rc2-mm1-full/drivers/message/fusion/mptctl.c 2006-02-10 00:43:59.000000000 +0100
@@ -140,7 +140,7 @@
* 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;
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-05 0:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-05 0:08 [2.6 patch] drivers/message/fusion/mptctl.c: make struct async_queue static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome