svn commit: r213787 - head/sys/dev/acpica/Osd

Jung-uk Kim jkim at FreeBSD.org
Wed Oct 13 17:06:26 UTC 2010


Author: jkim
Date: Wed Oct 13 17:06:25 2010
New Revision: 213787
URL: http://svn.freebsd.org/changeset/base/213787

Log:
  Clean up unused headers.

Modified:
  head/sys/dev/acpica/Osd/OsdHardware.c

Modified: head/sys/dev/acpica/Osd/OsdHardware.c
==============================================================================
--- head/sys/dev/acpica/Osd/OsdHardware.c	Wed Oct 13 17:01:33 2010	(r213786)
+++ head/sys/dev/acpica/Osd/OsdHardware.c	Wed Oct 13 17:06:25 2010	(r213787)
@@ -34,12 +34,8 @@ __FBSDID("$FreeBSD$");
 
 #include <contrib/dev/acpica/include/acpi.h>
 
-#include <sys/bus.h>
-#include <sys/kernel.h>
 #include <machine/iodev.h>
 #include <machine/pci_cfgreg.h>
-#include <dev/acpica/acpivar.h>
-#include <dev/pci/pcireg.h>
 
 /*
  * ACPICA's rather gung-ho approach to hardware resource ownership is a little


More information about the svn-src-all mailing list