projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a66fca
)
scatterlist fallout: mmc
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 27 Oct 2007 18:40:46 +0000
(19:40 +0100)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 28 Oct 2007 05:18:12 +0000
(22:18 -0700)
#include <scatterlist/scatterlist.h>
is an odd thing to do...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/au1xmmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/au1xmmc.c
b/drivers/mmc/host/au1xmmc.c
index b2104d4f87afec75d07768874c9184dcbc33033c..c3926eb3bf439eedd470c8cc98864aed28b7fd32 100644
(file)
--- a/
drivers/mmc/host/au1xmmc.c
+++ b/
drivers/mmc/host/au1xmmc.c
@@
-40,7
+40,7
@@
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/dma-mapping.h>
-#include <
scatterlist
/scatterlist.h>
+#include <
linux
/scatterlist.h>
#include <linux/mmc/host.h>
#include <asm/io.h>