diff options
author | imp <imp@FreeBSD.org> | 2006-10-03 04:51:18 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-10-03 04:51:18 +0000 |
commit | 97eacfa4a13bf339de46e2eb0892140a66ed6f7e (patch) | |
tree | 9c22de2a09f2e6256e746b8385fc4ce4157a8b38 /sys/dev | |
parent | 81fff2da0bce4c6caf1e64cbb8cc8774109353c7 (diff) | |
download | FreeBSD-src-97eacfa4a13bf339de46e2eb0892140a66ed6f7e.zip FreeBSD-src-97eacfa4a13bf339de46e2eb0892140a66ed6f7e.tar.gz |
aic_pccard_products can be static.
Noticed by: cscope
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/aic/aic_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic/aic_pccard.c b/sys/dev/aic/aic_pccard.c index 2ef0294..fa293cb 100644 --- a/sys/dev/aic/aic_pccard.c +++ b/sys/dev/aic/aic_pccard.c @@ -54,7 +54,7 @@ static void aic_pccard_release_resources(device_t); static int aic_pccard_probe(device_t); static int aic_pccard_attach(device_t); -const struct pccard_product aic_pccard_products[] = { +static const struct pccard_product aic_pccard_products[] = { PCMCIA_CARD(ADAPTEC, APA1460), PCMCIA_CARD(ADAPTEC, APA1460A), PCMCIA_CARD(NEWMEDIA, BUSTOASTER), |