scatterlist fallout: mmc
authorAl Viro <[email protected]>
Sat, 27 Oct 2007 18:40:46 +0000 (19:40 +0100)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/mmc/host/au1xmmc.c

index b2104d4f87afec75d07768874c9184dcbc33033c..c3926eb3bf439eedd470c8cc98864aed28b7fd32 100644 (file)
@@ -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>