From: David S. Miller Date: Mon, 24 Nov 2008 05:50:16 +0000 (-0800) Subject: sparc: Include drivers/pcmcia/Kconfig X-Git-Tag: v2.6.29-rc1~568^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6afec5e4d323e7b88a7d6e291a5aa021a8fcb7d;p=pandora-kernel.git sparc: Include drivers/pcmcia/Kconfig Stephen Rothwell pointed out that pcmcia can't be enabled on sparc64. There is an empty non-prompt PCMCIA explicit entry in arch/sparc/Kconfig but that doesn't do anything. 32-bit sparc needs a small hack to make this work, since it doesn't use the generic IRQ layer yes. We have to provide a dummy definition of probe_irq_mask(), since this is used by the yenta socket driver. Signed-off-by: David S. Miller --- Reading git-diff-tree failed