fix initializer.

This commit is contained in:
christos 2006-08-30 16:38:23 +00:00
parent 46d616fab0
commit e9198d13b8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ate_mca.c,v 1.14 2006/03/29 06:58:14 thorpej Exp $ */
/* $NetBSD: if_ate_mca.c,v 1.15 2006/08/30 16:38:23 christos Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ate_mca.c,v 1.14 2006/03/29 06:58:14 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ate_mca.c,v 1.15 2006/08/30 16:38:23 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -88,7 +88,7 @@ static const struct ate_mca_product {
{ MCA_PRODUCT_AT1720BT, "ATI AT1720BT", FE_TYPE_AT1700BT },
{ MCA_PRODUCT_AT1720AT, "ATI AT1720AT", FE_TYPE_AT1700AT },
{ MCA_PRODUCT_AT1720FT, "ATI AT1720FT", FE_TYPE_AT1700FT },
{ 0, },
{ 0, NULL, 0 },
};
static const struct ate_mca_product *ate_mca_lookup(u_int32_t);