From aab1062e1b4ca1a1f464b7f1866fa6e683860024 Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 6 Apr 2006 06:20:37 +0000 Subject: [PATCH] Remove "return" at the end of a void function. --- sys/arch/evbmips/malta/dev/gt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/evbmips/malta/dev/gt.c b/sys/arch/evbmips/malta/dev/gt.c index 78b0f3ecd625..ba081a251b46 100644 --- a/sys/arch/evbmips/malta/dev/gt.c +++ b/sys/arch/evbmips/malta/dev/gt.c @@ -1,4 +1,4 @@ -/* $NetBSD: gt.c,v 1.9 2005/12/11 12:17:11 christos Exp $ */ +/* $NetBSD: gt.c,v 1.10 2006/04/06 06:20:37 simonb Exp $ */ /* * Copyright 2002 Wasabi Systems, Inc. @@ -36,7 +36,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.9 2005/12/11 12:17:11 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.10 2006/04/06 06:20:37 simonb Exp $"); #include #include @@ -126,7 +126,6 @@ gt_attach(parent, self, aux) config_found_ia(self, "pcibus", &pba, gt_print); #endif - return; } static int