From: Alasdair G Kergon <agk@redhat.com>

A static declaration missing.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
---
 drivers/md/dm-mpath.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.24/drivers/md/dm-mpath.c
===================================================================
--- linux-2.6.24.orig/drivers/md/dm-mpath.c	2008-02-07 13:44:24.000000000 +0000
+++ linux-2.6.24/drivers/md/dm-mpath.c	2008-02-07 13:48:26.000000000 +0000
@@ -106,7 +106,7 @@ typedef int (*action_fn) (struct pgpath 
 
 static struct kmem_cache *_mpio_cache;
 
-struct workqueue_struct *kmultipathd;
+static struct workqueue_struct *kmultipathd;
 static void process_queued_ios(struct work_struct *work);
 static void trigger_event(struct work_struct *work);
 
