From: Kevin Hilman Date: Wed, 19 Mar 2008 22:47:05 +0000 (-0700) Subject: ARM: OMAP: HSMMC: enable use as a module X-Git-Tag: v2.6.25-omap1~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14eadd1f2d4eac36d10395ce36a49917e1924c37;p=pandora-kernel.git ARM: OMAP: HSMMC: enable use as a module When building as a module, the board support code (which is compiled in) cannot directly call the driver code (which may be in a module.) This patch the separates the card-detect IRQ usage into board-specific code and driver code, and adds a couple slot-specific items to the MMC platform data. Tested on 3430SDP ES2. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed