summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-11-18 21:04:01 +0000
committernate <nate@FreeBSD.org>1997-11-18 21:04:01 +0000
commit74865cf25afbe4a1d8dbdcf01b69f6d3b4155bbf (patch)
tree590664ca119e3029d2d3d8aefbda9e9f28d6a119 /sys/pccard/pccard.c
parent744d2dfbcccf46e0de52e30f1b7b84e0f04dfdab (diff)
downloadFreeBSD-src-74865cf25afbe4a1d8dbdcf01b69f6d3b4155bbf.zip
FreeBSD-src-74865cf25afbe4a1d8dbdcf01b69f6d3b4155bbf.tar.gz
- Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with
the card.h that config builds. [ Repository renaming done in the background to save the card.h history ]
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r--sys/pccard/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 133c667..7ba8e13 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -52,7 +52,7 @@
#include <machine/apm_bios.h>
#endif /* NAPM > 0 */
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
OpenPOWER on IntegriCloud