summaryrefslogtreecommitdiffstats
path: root/sys/dev/ral
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-06-24 14:36:54 +0000
committerimp <imp@FreeBSD.org>2005-06-24 14:36:54 +0000
commit8616206ff9b7a59acec5dd2073a3f260b1b14779 (patch)
tree91b11a1e2d6c246cb57e03c1d11c4d0d6f4ccf99 /sys/dev/ral
parent94bec31f0ded49852c24a0bdab1134a1973358e7 (diff)
downloadFreeBSD-src-8616206ff9b7a59acec5dd2073a3f260b1b14779.zip
FreeBSD-src-8616206ff9b7a59acec5dd2073a3f260b1b14779.tar.gz
Eliminate unused argument in PCMCIA_CARD macro.
Provide a backwards compatible way to have the extra macro by defining PCCARD_API_LEVEL 5 before including pccarddevs for driver writers that want/need to have the same driver on 5 and 6 with pccard attachments. Approved by: re (dwhite)
Diffstat (limited to 'sys/dev/ral')
-rw-r--r--sys/dev/ral/if_ral_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ral/if_ral_pccard.c b/sys/dev/ral/if_ral_pccard.c
index 9a7205d..8ec59ad 100644
--- a/sys/dev/ral/if_ral_pccard.c
+++ b/sys/dev/ral/if_ral_pccard.c
@@ -64,7 +64,7 @@ MODULE_DEPEND(ral, pccard, 1, 1, 1);
MODULE_DEPEND(ral, wlan, 1, 1, 1);
static const struct pccard_product ral_pccard_products[] = {
- PCMCIA_CARD(RALINK, RT2560, 0),
+ PCMCIA_CARD(RALINK, RT2560),
{ NULL }
};
OpenPOWER on IntegriCloud