- Get rid of extra include file, erroneously added by the

previous commit. This include file was required by the
  first version of the patch.

Approved by:	kib (mentor, implicit)
This commit is contained in:
Stanislav Sedov 2008-11-30 22:40:11 +00:00
parent b739b60532
commit 2f2cadc3cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185492

View File

@ -31,7 +31,6 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/limits.h>
#include <sys/module.h>
#include <sys/time.h>
#include <sys/bus.h>