]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
tifm: add missing include for DMA_32BIT_MASK
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 28 Apr 2007 12:21:10 +0000 (14:21 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:04:15 +0000 (13:04 +0200)
sparc64:

drivers/misc/tifm_7xx1.c: In function `tifm_7xx1_probe':
drivers/misc/tifm_7xx1.c:294: error: `DMA_32BIT_MASK' undeclared

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/misc/tifm_7xx1.c

index 9dcff14e752ca1fc3f8c8805ed28014802aee25d..1ba6c085419a243fb3afcbf59acf092a90559d05 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <linux/tifm.h>
+#include <linux/dma-mapping.h>
 
 #define DRIVER_NAME "tifm_7xx1"
 #define DRIVER_VERSION "0.8"