projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f8d01
)
tifm: add missing include for DMA_32BIT_MASK
author
Andrew Morton
<akpm@linux-foundation.org>
Sat, 28 Apr 2007 12:21:10 +0000
(14:21 +0200)
committer
Pierre 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/tifm_7xx1.c
b/drivers/misc/tifm_7xx1.c
index 9dcff14e752ca1fc3f8c8805ed28014802aee25d..1ba6c085419a243fb3afcbf59acf092a90559d05 100644
(file)
--- 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"