]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix ips.c compile
authorJames Bottomley <jejb@titanic.(none)>
Sat, 5 Nov 2005 05:22:55 +0000 (23:22 -0600)
committerJames Bottomley <jejb@titanic.(none)>
Sat, 5 Nov 2005 05:22:55 +0000 (23:22 -0600)
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

index 749c95bb7df7c0ea34d720584d8feef4b98b6cce..68e5b2ab27c4ac346d02ae4eb3926aa3212bf589 100644 (file)
@@ -4934,6 +4934,7 @@ ips_poll_for_flush_complete(ips_ha_t * ha)
         }      
 
        return 0;
+}
 
 /****************************************************************************/
 /*                                                                          */