Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9be4bfb9 authored by Ingo Molnar's avatar Ingo Molnar Committed by John W. Linville
Browse files

[PATCH] ssb: fix build failure



fix build failure if PCMCIA=m but SSB=y:

drivers/built-in.o: In function `ssb_pcmcia_switch_coreidx':
: undefined reference to `pcmcia_access_configuration_register'

(fix symmetric bug for PCI too.)

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Acked-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 7007d00c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ config SSB

config SSB_PCIHOST_POSSIBLE
	bool
	depends on SSB && PCI
	depends on SSB && (PCI = y || PCI = SSB)
	default y

config SSB_PCIHOST
@@ -37,7 +37,7 @@ config SSB_PCIHOST

config SSB_PCMCIAHOST_POSSIBLE
	bool
	depends on SSB && PCMCIA && EXPERIMENTAL
	depends on SSB && (PCMCIA = y || PCMCIA = SSB) && EXPERIMENTAL
	default y

config SSB_PCMCIAHOST