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).
This commit is contained in:
Warner Losh 2002-01-11 20:14:03 +00:00
parent 794ef3471f
commit 76980afbc0
3 changed files with 0 additions and 6 deletions

View file

@ -6,6 +6,4 @@ KMOD= cardbus
SRCS= cardbus.c cardbus_cis.c \
device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h
EXPORT_SYMS= YES # XXX evaluate
.include <bsd.kmod.mk>

View file

@ -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>

View file

@ -6,6 +6,4 @@ KMOD= pcic
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
power_if.h card_if.h power_if.c card_if.c
EXPORT_SYMS= YES # XXX evaluate
.include <bsd.kmod.mk>