mmc: sdhci-spear: Fix compilation error
authorViresh Kumar <viresh.kumar@st.com>
Wed, 4 Jan 2012 06:18:42 +0000 (11:48 +0530)
committerChris Ball <cjb@laptop.org>
Thu, 12 Jan 2012 20:17:09 +0000 (15:17 -0500)
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>

No differences found