Module Name: src Committed By: yamt Date: Mon Oct 12 23:33:02 UTC 2009
Modified Files: src/sys/kern: subr_autoconf.c Log Message: remove no longer necessary include of drvctl.h To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/sys/kern/subr_autoconf.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/kern/subr_autoconf.c diff -u src/sys/kern/subr_autoconf.c:1.185 src/sys/kern/subr_autoconf.c:1.186 --- src/sys/kern/subr_autoconf.c:1.185 Mon Sep 21 12:14:47 2009 +++ src/sys/kern/subr_autoconf.c Mon Oct 12 23:33:02 2009 @@ -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>