From: Arjan van de Ven <arjanv@redhat.com>

aic7xxx_old: constant array of PCI ID's can be static since it's read only


---

 25-akpm/drivers/scsi/aic7xxx_old.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/scsi/aic7xxx_old.c~stack-reductions-aic7xxx_old drivers/scsi/aic7xxx_old.c
--- 25/drivers/scsi/aic7xxx_old.c~stack-reductions-aic7xxx_old	Thu Mar 25 14:44:41 2004
+++ 25-akpm/drivers/scsi/aic7xxx_old.c	Thu Mar 25 14:44:41 2004
@@ -9033,7 +9033,7 @@ aic7xxx_detect(Scsi_Host_Template *templ
    * PCI-bus probe.
    */
   {
-    struct
+    static struct
     {
       unsigned short      vendor_id;
       unsigned short      device_id;

_