aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2007-04-28 14:21:10 +0200
committerPierre Ossman <drzeus@drzeus.cx>2007-05-01 13:04:15 +0200
commitc4030698029bb30d220fb0342a34280c629cee01 (patch)
treed3b26bcfd63f267dd917b09fa01a9f5c979b52a5 /drivers/misc
parenttifm: layout fixes, small changes to comments and printfs (diff)
downloadlinux-dev-c4030698029bb30d220fb0342a34280c629cee01.tar.xz
linux-dev-c4030698029bb30d220fb0342a34280c629cee01.zip
tifm: add missing include for DMA_32BIT_MASK
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/tifm_7xx1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/tifm_7xx1.c b/drivers/misc/tifm_7xx1.c
index 9dcff14e752c..1ba6c085419a 100644
--- a/drivers/misc/tifm_7xx1.c
+++ b/drivers/misc/tifm_7xx1.c
@@ -10,6 +10,7 @@
*/
#include <linux/tifm.h>
+#include <linux/dma-mapping.h>
#define DRIVER_NAME "tifm_7xx1"
#define DRIVER_VERSION "0.8"