Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c4030698029bb30d220fb0342a34280c629cee01
Commit:     c4030698029bb30d220fb0342a34280c629cee01
Parent:     91f8d0118a0e1f25f809f3fde5a7616a1eaabc2b
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Sat Apr 28 14:21:10 2007 +0200
Committer:  Pierre Ossman <[EMAIL PROTECTED]>
CommitDate: Tue May 1 13:04:15 2007 +0200

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Pierre Ossman <[EMAIL PROTECTED]>
---
 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 9dcff14..1ba6c08 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"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to