diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2007-10-24 09:01:09 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-10-24 09:01:09 +0200 |
commit | bd6dee6f30a0f6943df190b387b5f8fe98a848f3 (patch) | |
tree | d15e1e0ea7b649cbc3f160392f68b1e6bb89e58e /drivers/mmc/host/sdhci.c | |
parent | 5a1cb47ff4c3fbc8ebdb53c3e4f2a1dec466b339 (diff) | |
download | talos-op-linux-bd6dee6f30a0f6943df190b387b5f8fe98a848f3.tar.gz talos-op-linux-bd6dee6f30a0f6943df190b387b5f8fe98a848f3.zip |
mmc: sg fallout
Do a full scan of the directory to try and be a bit more proactive,
instead of waiting for things to break.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/mmc/host/sdhci.c')
-rw-r--r-- | drivers/mmc/host/sdhci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index d7c5b94d8c58..6b80bf77a4ef 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c @@ -17,8 +17,6 @@ #include <linux/mmc/host.h> -#include <asm/scatterlist.h> - #include "sdhci.h" #define DRIVER_NAME "sdhci" |