diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2002-06-13 06:04:28 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2002-06-13 06:04:28 +0000 |
commit | 22afbb6bb09671ed76b2a8a7c1e9831f286b3bcb (patch) | |
tree | d6f58f94bb7315da3ad95ba7c58090042654a850 /sys/i4b/layer1/iwic/i4b_iwic_pci.c | |
parent | 5e55dc17fbb09a213879d7b02924bf44f71e0830 (diff) | |
download | src-22afbb6bb09671ed76b2a8a7c1e9831f286b3bcb.tar.gz src-22afbb6bb09671ed76b2a8a7c1e9831f286b3bcb.zip |
Remote pci.h/NPCI usage from i4b code.
Approved by: hm
Notes
Notes:
svn path=/head/; revision=98155
Diffstat (limited to 'sys/i4b/layer1/iwic/i4b_iwic_pci.c')
-rw-r--r-- | sys/i4b/layer1/iwic/i4b_iwic_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_pci.c b/sys/i4b/layer1/iwic/i4b_iwic_pci.c index 7f92fdb49dd8..175295c8e581 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_pci.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_pci.c @@ -35,9 +35,8 @@ #include "iwic.h" #include "opt_i4b.h" -#include "pci.h" -#if (NIWIC > 0) && (NPCI > 0) +#if (NIWIC > 0) #include <sys/param.h> #include <sys/kernel.h> |