From 0ee957cb7a8f6e4fb8c6f943dbc451957bc0c6bc Mon Sep 17 00:00:00 2001
From: James Bottomley <jejb@titanic.(none)>
Date: Fri, 4 Nov 2005 23:22:55 -0600
Subject: [PATCH] Fix ips.c compile

It looks like one of the ips patches was missing a closing brace in a
function

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
---
 drivers/scsi/ips.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
index 749c95bb7df7..68e5b2ab27c4 100644
--- a/drivers/scsi/ips.c
+++ b/drivers/scsi/ips.c
@@ -4934,6 +4934,7 @@ ips_poll_for_flush_complete(ips_ha_t * ha)
 	 }	
 
 	return 0;
+}
 
 /****************************************************************************/
 /*                                                                          */
-- 
GitLab