commit | 67d55cec096200bad4afe3e14f65724ee300d401 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Dec 30 13:15:28 2013 -0800 |
committer | Olof Johansson <olof@lixom.net> | Thu Jan 09 00:06:53 2014 -0800 |
tree | a2e459868c67a28f16311ed1835a7bf21cc64da4 | |
parent | 5146d7714302f0b5dff7c591c6de947067669ca3 [diff] |
mmc: msm_sdcc: Limit driver to platforms that use it The msm_sdcc driver uses mach specific dma APIs. This is not compatible with the multi-platform ARM effort. Let's only compile this driver on MSM devices that are prepared to support it, allowing the DT based MSM devices to enter the multi-platform ARM build. Cc: Chris Ball <cjb@laptop.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Olof Johansson <olof@lixom.net>