ARM: 5685/1: Make MMCI driver compile without gpiolib
authorLinus Walleij <linus.walleij@stericsson.com>
Wed, 26 Aug 2009 08:58:24 +0000 (09:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 2 Sep 2009 10:21:14 +0000 (11:21 +0100)
commit7064d2092df5cbff289457424969292bc4062df4
tree5155112a8ca22a9669f60c3f68501bf99ca02a25
parent89001446925d6da8785c3265a71316e34c6d15de
ARM: 5685/1: Make MMCI driver compile without gpiolib

The recent addition of optional gpiolib support to check if a
card was inserted or write protected was really not optional.
It needs this ifdef to become optional so that U300 compiles,
for example.

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