From Wolfgang Stukenbrock in PR kern/30197: wrong type in CFATTACH_DECL.
This commit is contained in:
parent
7147ba1184
commit
7c6d11e261
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iavc_pci.c,v 1.2 2003/10/03 16:38:44 pooka Exp $ */
|
||||
/* $NetBSD: iavc_pci.c,v 1.3 2005/05/11 12:47:47 martin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001-2003 Cubical Solutions Ltd.
|
||||
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: iavc_pci.c,v 1.2 2003/10/03 16:38:44 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: iavc_pci.c,v 1.3 2005/05/11 12:47:47 martin Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
|
@ -80,7 +80,7 @@ static void iavc_pci_attach(struct device *, struct device *, void *);
|
|||
|
||||
int iavc_pci_intr(void *);
|
||||
|
||||
CFATTACH_DECL(iavc_pci, sizeof(struct iavc_softc),
|
||||
CFATTACH_DECL(iavc_pci, sizeof(struct iavc_pci_softc),
|
||||
iavc_pci_probe, iavc_pci_attach, NULL, NULL);
|
||||
|
||||
static const struct iavc_pci_product {
|
||||
|
|
Loading…
Reference in New Issue