projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ac232f
)
MMC / TMIO: Fix build issue related to struct scatterlist
author
Rafael J. Wysocki
<rjw@sisk.pl>
Tue, 26 Jul 2011 18:50:23 +0000
(20:50 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 26 Jul 2011 18:52:55 +0000
(11:52 -0700)
Fix build issue caused by undefined struct scatterlist in
drivers/mmc/host/tmio_mmc.c.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/tmio_mmc.h
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/tmio_mmc.h
b/drivers/mmc/host/tmio_mmc.h
index
087d880
..
eeaf643
100644
(file)
--- a/
drivers/mmc/host/tmio_mmc.h
+++ b/
drivers/mmc/host/tmio_mmc.h
@@
-21,6
+21,7
@@
#include <linux/mutex.h>
#include <linux/pagemap.h>
#include <linux/spinlock.h>
+#include <linux/scatterlist.h>
/* Definitions for values the CTRL_SDIO_STATUS register can take. */
#define TMIO_SDIO_STAT_IOIRQ 0x0001