Module Name:    src
Committed By:   pooka
Date:           Sun Jan  4 19:25:32 UTC 2015

Modified Files:
        src/sys/dev: firmload.c

Log Message:
nuke superfluous SYSCTL_SETUP_PROTO


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/firmload.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/dev/firmload.c
diff -u src/sys/dev/firmload.c:1.20 src/sys/dev/firmload.c:1.21
--- src/sys/dev/firmload.c:1.20	Sun Jan  4 19:24:11 2015
+++ src/sys/dev/firmload.c	Sun Jan  4 19:25:32 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: firmload.c,v 1.20 2015/01/04 19:24:11 pooka Exp $	*/
+/*	$NetBSD: firmload.c,v 1.21 2015/01/04 19:25:32 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.20 2015/01/04 19:24:11 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.21 2015/01/04 19:25:32 pooka Exp $");
 
 /*
  * The firmload API provides an interface for device drivers to access
@@ -115,8 +115,6 @@ sysctl_hw_firmware_path(SYSCTLFN_ARGS)
 	return (0);
 }
 
-SYSCTL_SETUP_PROTO(sysctl_hw_firmware_setup);
-
 SYSCTL_SETUP(sysctl_hw_firmware_setup, "sysctl hw.firmware subtree setup")
 {
 	const struct sysctlnode *firmware_node;

Reply via email to