commit | 984589e59f5796b4ef9a778c6a1937fc9319c423 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Wed Jan 04 11:48:42 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Thu Jan 12 15:17:09 2012 -0500 |
tree | b126b669386b5f69a3b37cf744c606d35130ce9d | |
parent | 38a60ea2e7b33ab33ee11d6ef527f259edb102cf [diff] |
mmc: sdhci-spear: Fix compilation error With the inclusion of following patch (59b5bc3929b37): "mmc: sdhci: remove "state" argument from sdhci_suspend_host" we get a compilation error for sdhci-spear: drivers/mmc/host/sdhci-spear.c:283:2: error: too many arguments to function ‘sdhci_suspend_host’ This patch fixes this error. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Chris Ball <cjb@laptop.org>