summaryrefslogtreecommitdiffstats
path: root/sys/modules/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-11 20:14:03 +0000
committerimp <imp@FreeBSD.org>2002-01-11 20:14:03 +0000
commitcfacbbda64ac4013d5df1e5e7d4b65f36816110e (patch)
tree6df76e91382671200e24f0b6de1415d33ff658e8 /sys/modules/pccard
parentb86f75b78bca0f0e60d5c0a167bf89e663374cc0 (diff)
downloadFreeBSD-src-cfacbbda64ac4013d5df1e5e7d4b65f36816110e.zip
FreeBSD-src-cfacbbda64ac4013d5df1e5e7d4b65f36816110e.tar.gz
I don't think that these modules should export symbols at all. All
intermodule communication is done via kobj calls. If anything currently depends on them, let it break so that we can fix it. Maybe we'll need to export some of the card_if.c or power_if.c symbols, but I think those should be in the base kernel (since all *_if.c should be in the base kernel for just these reasons).
Diffstat (limited to 'sys/modules/pccard')
-rw-r--r--sys/modules/pccard/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/pccard/Makefile b/sys/modules/pccard/Makefile
index ce2200f..e1cd70a 100644
--- a/sys/modules/pccard/Makefile
+++ b/sys/modules/pccard/Makefile
@@ -6,6 +6,4 @@ KMOD= pccard
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
device_if.h bus_if.h card_if.h power_if.h
-EXPORT_SYMS= YES # XXX evaluate
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud