diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-04-28 08:21:10 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-01 07:04:15 -0400 |
commit | c4030698029bb30d220fb0342a34280c629cee01 (patch) | |
tree | d3b26bcfd63f267dd917b09fa01a9f5c979b52a5 /drivers/misc | |
parent | 91f8d0118a0e1f25f809f3fde5a7616a1eaabc2b (diff) |
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.c | 1 |
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 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/tifm.h> | 12 | #include <linux/tifm.h> |
13 | #include <linux/dma-mapping.h> | ||
13 | 14 | ||
14 | #define DRIVER_NAME "tifm_7xx1" | 15 | #define DRIVER_NAME "tifm_7xx1" |
15 | #define DRIVER_VERSION "0.8" | 16 | #define DRIVER_VERSION "0.8" |