static comes first.
This commit is contained in:
parent
a98a1f3b7b
commit
2735c71895
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: aac_pci.c,v 1.16 2005/12/11 12:22:48 christos Exp $ */
|
||||
/* $NetBSD: aac_pci.c,v 1.17 2006/08/28 00:00:23 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
@ -72,7 +72,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.16 2005/12/11 12:22:48 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.17 2006/08/28 00:00:23 christos Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -132,7 +132,7 @@ static const struct aac_interface aac_sa_interface = {
|
||||
aac_sa_set_interrupts
|
||||
};
|
||||
|
||||
struct aac_ident {
|
||||
static struct aac_ident {
|
||||
u_short vendor;
|
||||
u_short device;
|
||||
u_short subvendor;
|
||||
@ -140,7 +140,7 @@ struct aac_ident {
|
||||
u_short hwif;
|
||||
u_short quirks;
|
||||
const char *prodstr;
|
||||
} static const aac_ident[] = {
|
||||
} const aac_ident[] = {
|
||||
{
|
||||
PCI_VENDOR_DELL,
|
||||
PCI_PRODUCT_DELL_PERC_2SI,
|
||||
|
Loading…
Reference in New Issue
Block a user