make this compile again.
This commit is contained in:
parent
c709dda0d9
commit
7e96d57199
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: hd64465.c,v 1.7 2002/10/02 15:45:21 thorpej Exp $ */
|
||||
/* $NetBSD: hd64465.c,v 1.8 2002/10/21 17:07:36 uch Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
|
@ -77,7 +77,7 @@ STATIC void hd64465_info(void);
|
|||
#endif
|
||||
|
||||
CFATTACH_DECL(hd64465if, sizeof(struct device),
|
||||
hd64465_match, hd64465_attach);
|
||||
hd64465_match, hd64465_attach, NULL, NULL);
|
||||
|
||||
int
|
||||
hd64465_match(struct device *parent, struct cfdata *cf, void *aux)
|
||||
|
|
Loading…
Reference in New Issue