Module Name:    src
Committed By:   macallan
Date:           Thu Oct 20 22:04:10 UTC 2011

Modified Files:
        src/sys/dev/pci: voyager.c

Log Message:
include opt_voyager.h


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/voyager.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/pci/voyager.c
diff -u src/sys/dev/pci/voyager.c:1.5 src/sys/dev/pci/voyager.c:1.6
--- src/sys/dev/pci/voyager.c:1.5	Tue Oct 18 17:57:40 2011
+++ src/sys/dev/pci/voyager.c	Thu Oct 20 22:04:10 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: voyager.c,v 1.5 2011/10/18 17:57:40 macallan Exp $	*/
+/*	$NetBSD: voyager.c,v 1.6 2011/10/20 22:04:10 macallan Exp $	*/
 
 /*
  * Copyright (c) 2009, 2011 Michael Lorenz
@@ -26,7 +26,7 @@
  */
  
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.5 2011/10/18 17:57:40 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.6 2011/10/20 22:04:10 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -49,6 +49,8 @@ __KERNEL_RCSID(0, "$NetBSD: voyager.c,v 
 
 #include <dev/pci/voyagervar.h>
 
+#include "opt_voyager.h"
+
 #ifdef VOYAGER_DEBUG
 #define DPRINTF aprint_normal
 #else

Reply via email to