Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern remove no longer necessary include of drvctl.h
details: https://anonhg.NetBSD.org/src/rev/08dcde8204dc
branches: trunk
changeset: 748078:08dcde8204dc
user: yamt <yamt%NetBSD.org@localhost>
date: Mon Oct 12 23:33:02 2009 +0000
description:
remove no longer necessary include of drvctl.h
diffstat:
sys/kern/subr_autoconf.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r a049dc939425 -r 08dcde8204dc sys/kern/subr_autoconf.c
--- a/sys/kern/subr_autoconf.c Mon Oct 12 23:31:59 2009 +0000
+++ b/sys/kern/subr_autoconf.c Mon Oct 12 23:33:02 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_autoconf.c,v 1.185 2009/09/21 12:14:47 pooka Exp $ */
+/* $NetBSD: subr_autoconf.c,v 1.186 2009/10/12 23:33:02 yamt Exp $ */
/*
* Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -77,11 +77,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.185 2009/09/21 12:14:47 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.186 2009/10/12 23:33:02 yamt Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
-#include "drvctl.h"
#endif
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index