Module Name: src
Committed By: skrll
Date: Thu Jan 13 21:44:13 UTC 2011
Modified Files:
src/sys/arch/hp700/dev: uturn.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp700/dev/uturn.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/uturn.c
diff -u src/sys/arch/hp700/dev/uturn.c:1.14 src/sys/arch/hp700/dev/uturn.c:1.15
--- src/sys/arch/hp700/dev/uturn.c:1.14 Thu Jan 13 21:15:14 2011
+++ src/sys/arch/hp700/dev/uturn.c Thu Jan 13 21:44:13 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: uturn.c,v 1.14 2011/01/13 21:15:14 skrll Exp $ */
+/* $NetBSD: uturn.c,v 1.15 2011/01/13 21:44:13 skrll Exp $ */
/* $OpenBSD: uturn.c,v 1.6 2007/12/29 01:26:14 kettenis Exp $ */
@@ -112,7 +112,7 @@
int uturnmatch(device_t, cfdata_t, void *);
void uturnattach(device_t, device_t, void *);
-static device_t uturn_callback(device_t self, struct confargs *ca);
+static device_t uturn_callback(device_t, struct confargs *);
CFATTACH_DECL_NEW(uturn, sizeof(struct uturn_softc),
uturnmatch, uturnattach, NULL, NULL);