From 946c4a7fe3c9c7f0d462d80eee4b95e2de1b477a Mon Sep 17 00:00:00 2001 From: Andrew Morton <akpm@osdl.org> Date: Sat, 27 Mar 2004 00:21:31 -0500 Subject: [PATCH] [PATCH] stack reduction: aic7xxx_old From: Arjan van de Ven <arjanv@redhat.com> aic7xxx_old: constant array of PCI ID's can be static since it's read only --- drivers/scsi/aic7xxx_old.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/aic7xxx_old.c b/drivers/scsi/aic7xxx_old.c index 079979b649a8..993e2d6900a5 100644 --- a/drivers/scsi/aic7xxx_old.c +++ b/drivers/scsi/aic7xxx_old.c @@ -9033,7 +9033,7 @@ aic7xxx_detect(Scsi_Host_Template *template) * PCI-bus probe. */ { - struct + static struct { unsigned short vendor_id; unsigned short device_id; -- 2.30.9