summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-11-18 11:47:04 +0000
committerbde <bde@FreeBSD.org>1997-11-18 11:47:04 +0000
commitfe379def7df8266b390c0dac735475467e9ba677 (patch)
treeffcbd9b44f09d84e6a37eaa4f33f97197a2ae34e /sys
parent99365eb10b3d32ec41e083cad6e3198726bcd1d6 (diff)
downloadFreeBSD-src-fe379def7df8266b390c0dac735475467e9ba677.zip
FreeBSD-src-fe379def7df8266b390c0dac735475467e9ba677.tar.gz
Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/pnp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/pnp.h b/sys/i386/isa/pnp.h
index 8a0432c..021a3ee 100644
--- a/sys/i386/isa/pnp.h
+++ b/sys/i386/isa/pnp.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pnp.h,v 1.3 1997/09/19 15:20:25 jmg Exp $
+ * $Id: pnp.h,v 1.4 1997/09/20 06:26:28 peter Exp $
*/
#ifndef _I386_ISA_PNP_H_
@@ -256,8 +256,6 @@ struct pnp_cinfo {
#ifdef KERNEL
-#include <i386/isa/isa_device.h>
-
struct pnp_device {
char *pd_name;
char * (*pd_probe ) (u_long csn, u_long vendor_id);
OpenPOWER on IntegriCloud