lkml.org 
[lkml]   [2007]   [Sep]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 18 Sep 2007 08:16:43 +0200
FromBorislav Petkov <>
Subject[PATCH 2/2] unify DMA_..BIT_MASK definitions v2: cleanup drivers/scsi/gdth.c
Move dma bitmask definitions into the dma-mappings header.

Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Muli Ben-Yehuda <muli@il.ibm.com>

---
 23-rc6/drivers/scsi/gdth.c |    5 -----
 1 file changed, 5 deletions(-)
Index: b/23-rc6/drivers/scsi/gdth.c
===================================================================
--- a/23-rc6/drivers/scsi/gdth.c	2007-09-18 08:11:01.000000000 +0200
+++ b/23-rc6/drivers/scsi/gdth.c	2007-09-18 08:14:34.000000000 +0200
@@ -392,12 +392,7 @@
 #include <linux/proc_fs.h>
 #include <linux/time.h>
 #include <linux/timer.h>
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,6)
 #include <linux/dma-mapping.h>
-#else
-#define DMA_32BIT_MASK	0x00000000ffffffffULL
-#define DMA_64BIT_MASK	0xffffffffffffffffULL
-#endif
 
 #ifdef GDTH_RTC
 #include <linux/mc146818rtc.h>
-- 
Regards/Gruß,
    Boris.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-09-18 08:19    [from the cache]
©2003-2008