drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function
authorKyungmin Park <kyungmin.park@samsung.com>
Thu, 19 Aug 2010 21:13:37 +0000 (14:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Aug 2010 16:34:55 +0000 (09:34 -0700)
commitf522886e202a34a2191dd5d471b3c4d46410a9a0
tree1ce0fcadd9bc584337146955f8aa2c9a5eaa463c
parent5193250168ccdf87364e35a11965336dc088578c
drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function

There's some merge problem between sdhic core and sdhci-s3c host.  After
mutex is changed to spinlock.  It needs to use use spin lock functions and
use the correct card detection function.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/sdhci-s3c.c