diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-04-28 14:21:10 +0200 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-01 13:04:15 +0200 |
commit | c4030698029bb30d220fb0342a34280c629cee01 (patch) | |
tree | d3b26bcfd63f267dd917b09fa01a9f5c979b52a5 /drivers/misc | |
parent | 91f8d0118a0e1f25f809f3fde5a7616a1eaabc2b (diff) | |
download | linux-3.10-c4030698029bb30d220fb0342a34280c629cee01.tar.gz linux-3.10-c4030698029bb30d220fb0342a34280c629cee01.tar.bz2 linux-3.10-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/tifm_7xx1.c b/drivers/misc/tifm_7xx1.c index 9dcff14e752..1ba6c085419 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" |