Title: [6796] trunk/drivers/usb/musb/blackfin.h: define DMA registers unconditionally
Revision
6796
Author
cliff
Date
2009-06-18 22:33:39 -0500 (Thu, 18 Jun 2009)

Log Message

define DMA registers unconditionally

Modified Paths


Diff

Modified: trunk/drivers/usb/musb/blackfin.h (6795 => 6796)


--- trunk/drivers/usb/musb/blackfin.h	2009-06-19 03:31:31 UTC (rev 6795)
+++ trunk/drivers/usb/musb/blackfin.h	2009-06-19 03:33:39 UTC (rev 6796)
@@ -61,7 +61,6 @@
 #define dump_fifo_data(buf, len)	do {} while (0)
 #endif
 
-#if defined(CONFIG_MUSB_DMA_POLL) || ANOMALY_05000467
 
 #define USB_DMA_BASE		USB_DMA_INTERRUPT
 #define USB_DMAx_CTRL		0x04
@@ -71,7 +70,6 @@
 #define USB_DMAx_COUNT_HIGH	0x14
 
 #define USB_DMA_REG(ep, reg)	(USB_DMA_BASE + 0x20 * ep + reg)
-#endif
 
 /* Almost 1 second */
 #define TIMER_DELAY	(1 * HZ)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to