summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ed_p.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
committerpeter <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
commite5f4c63f137412a3f0691e64764e14569e7980db (patch)
tree2214af4f0dd363ebb3955ef6675f2e07918ae16b /sys/pci/if_ed_p.c
parent7afdd102ca81aa50337adf724b0a330ca4120544 (diff)
downloadFreeBSD-src-e5f4c63f137412a3f0691e64764e14569e7980db.zip
FreeBSD-src-e5f4c63f137412a3f0691e64764e14569e7980db.tar.gz
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
files. config will leave the whole file out if configured to do so.
Diffstat (limited to 'sys/pci/if_ed_p.c')
-rw-r--r--sys/pci/if_ed_p.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c
index c96fa25..5f9d268 100644
--- a/sys/pci/if_ed_p.c
+++ b/sys/pci/if_ed_p.c
@@ -17,12 +17,9 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: if_ed_p.c,v 1.15 1999/04/24 20:14:00 peter Exp $
+ * $Id: if_ed_p.c,v 1.16 1999/05/09 17:06:52 peter Exp $
*/
-#include "pci.h"
-#if NPCI > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
@@ -99,6 +96,3 @@ ed_pci_attach(config_id, unit)
return;
}
-
-#endif /* NPCI > 0 */
-
OpenPOWER on IntegriCloud