Module Name: src
Committed By: skrll
Date: Mon May 11 06:10:30 UTC 2009
Modified Files:
src/sys/arch/hp700/dev: dino.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hp700/dev/dino.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/dev/dino.c
diff -u src/sys/arch/hp700/dev/dino.c:1.11 src/sys/arch/hp700/dev/dino.c:1.12
--- src/sys/arch/hp700/dev/dino.c:1.11 Fri May 8 09:33:58 2009
+++ src/sys/arch/hp700/dev/dino.c Mon May 11 06:10:30 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: dino.c,v 1.11 2009/05/08 09:33:58 skrll Exp $ */
+/* $NetBSD: dino.c,v 1.12 2009/05/11 06:10:30 skrll Exp $ */
/* $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.11 2009/05/08 09:33:58 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.12 2009/05/11 06:10:30 skrll Exp $");
/* #include "cardbus.h" */
@@ -146,7 +146,7 @@
int dino_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
const char *dino_intr_string(void *, pci_intr_handle_t);
void *dino_intr_establish(void *, pci_intr_handle_t, int,
- int (*handler)(void *), void *);
+ int (*)(void *), void *);
void dino_intr_disestablish(void *, void *);
void *dino_alloc_parent(device_t, struct pci_attach_args *, int);
int dino_iomap(void *, bus_addr_t, bus_size_t, int, bus_space_handle_t *);