aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
commit9929d2a04579258af0adcb0b3ca952b9c06f13ad (patch)
treea98bed25eeef8ed0c373e4e285129b7d14937824 /sys/pccard
parent279f2101e732045b16d5fa11c0e0f1b6730be6a7 (diff)
downloadsrc-9929d2a04579258af0adcb0b3ca952b9c06f13ad.tar.gz
src-9929d2a04579258af0adcb0b3ca952b9c06f13ad.zip
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.
Notes
Notes: svn path=/head/; revision=48528
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pcic_pci.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index c726aa92aada..e596a75fbce4 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -26,12 +26,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcic_p.c,v 1.11 1999/05/02 05:53:50 nate Exp $
+ * $Id: pcic_p.c,v 1.12 1999/05/09 17:07:11 peter Exp $
*/
-#include "pci.h"
-#if NPCI > 0
-
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
@@ -219,4 +216,3 @@ pd6832_legacy_init(pcici_t tag, int unit)
printf("CardBus: Legacy PC-card 16bit I/O address [0x%x]\n",
io_port);
}
-#endif /* NPCI > 0 */