From: Michael Buesch Date: Wed, 2 Apr 2008 15:03:26 +0000 (+0200) Subject: ssb: Fix build for non-PCIhost X-Git-Tag: v2.6.26-rc1~1138^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72bb40fe38608fcf7870b4d768e4416502b23b5;p=pandora-kernel.git 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 Acked-by: Randy Dunlap Signed-off-by: John W. Linville --- Reading git-diff-tree failed