]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP1510 needs device in dma-mapping
authorTony Lindgren <tony@atomide.com>
Mon, 9 May 2005 21:05:06 +0000 (14:05 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 9 May 2005 21:05:06 +0000 (14:05 -0700)
Include device header for dma-mapping.

Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/dma-mapping.h

index d62ade4e4cbb24facf3b95a3774e4ec508ba6001..6b0d9b14541a7b7f06a32e341a15816439d7488f 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <linux/config.h>
 #include <linux/mm.h> /* need struct page */
+#include <linux/device.h>
 
 #include <asm/scatterlist.h>