From e44006ac79b92606389faaf8afe463e0a15b0aaf Mon Sep 17 00:00:00 2001 From: skrll Date: Thu, 13 Jan 2011 21:44:13 +0000 Subject: [PATCH] KNF --- sys/arch/hp700/dev/uturn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp700/dev/uturn.c b/sys/arch/hp700/dev/uturn.c index 464237a9668d..c2b4c5b18c11 100644 --- a/sys/arch/hp700/dev/uturn.c +++ b/sys/arch/hp700/dev/uturn.c @@ -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 @@ struct uturn_softc { 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);