ARM: 6370/1: mmci: use _cansleep GPIO functions
authorLinus Walleij <linus.walleij@stericsson.com>
Sun, 12 Sep 2010 11:56:44 +0000 (12:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 23 Sep 2010 14:02:28 +0000 (15:02 +0100)
commit18a06301158b5e4e9fae29e477f468e23f3eda90
treedb4c418a505bffe3b1e4f1981725ea5748a188e7
parent4b8caec09562ce7e6e3aaf2954eef8ea73ba67b8
ARM: 6370/1: mmci: use _cansleep GPIO functions

Currently the kernel is screaming about slowpath at me for the
wp/cd callbacks. Switch to the _cansleep variants so as to silence
this.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/mmci.c