linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.5.64+bk] Warning: "platform_bus_type" [drivers/pcmcia/tcic.ko] undefined!
@ 2003-03-07 12:11 Alex Riesen
  0 siblings, 0 replies; only message in thread
From: Alex Riesen @ 2003-03-07 12:11 UTC (permalink / raw)
  To: David Hinds; +Cc: linux-kernel

*** Warning: "platform_bus_type" [drivers/pcmcia/tcic.ko] undefined!
*** Warning: "platform_bus_type" [drivers/pcmcia/i82365.ko] undefined!


grep -ir platform_bus_type include drivers
include/linux/device.h:extern struct bus_type platform_bus_type;
drivers/base/platform.c:        pdev->dev.bus = &platform_bus_type;
drivers/base/platform.c:struct bus_type platform_bus_type = {
drivers/base/platform.c:        return bus_register(&platform_bus_type);
drivers/pcmcia/tcic.c:  .bus = &platform_bus_type,
drivers/pcmcia/hd64465_ss.c:    .bus = &platform_bus_type,
drivers/pcmcia/sa1100_generic.c:        .bus            = &platform_bus_type,
drivers/pcmcia/i82365.c:        .bus = &platform_bus_type,


grep -i pcmcia .config
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
# PCMCIA/CardBus support
CONFIG_PCMCIA=m
# CONFIG_PARPORT_PC_PCMCIA is not set
# PCMCIA SCSI adapter support
# CONFIG_SCSI_PCMCIA is not set
# CONFIG_PCMCIA_XIRCOM is not set
# CONFIG_PCMCIA_XIRTULIP is not set
# PCMCIA network device support
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
# CONFIG_PCMCIA_AXNET is not set
# PCMCIA character devices



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-07 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-07 12:11 [2.5.64+bk] Warning: "platform_bus_type" [drivers/pcmcia/tcic.ko] undefined! Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).