Remove "return" at the end of a void function.
This commit is contained in:
parent
b015b6a9f1
commit
aab1062e1b
@ -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 <sys/cdefs.h>
|
||||
__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 <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -126,7 +126,6 @@ gt_attach(parent, self, aux)
|
||||
|
||||
config_found_ia(self, "pcibus", &pba, gt_print);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user