ssb: Fix build for non-PCIhost
commitd72bb40fe38608fcf7870b4d768e4416502b23b5
authorMichael Buesch <mb@bu3sch.de>
Wed, 2 Apr 2008 15:03:26 +0000 (2 17:03 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Apr 2008 20:44:40 +0000 (8 16:44 -0400)
treed20e340408709b918c55687c9d53caa6d72268d8
parentfb14a7e0860ef8b19d0dd61be96e23eacb4da129
ssb: Fix build for non-PCIhost

This fixes a build error when PCMCIA-host support is built,
but PCI-host support is disabled.
Hell, who on earth would use such a weird configuration. :D

drivers/built-in.o: In function `ssb_attr_sprom_store':
(.text+0x1c4b79): undefined reference to `ssb_devices_freeze'
drivers/built-in.o: In function `ssb_attr_sprom_store':
(.text+0x1c4bb3): undefined reference to `ssb_devices_thaw'
make[1]: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/ssb/main.c