Title: [6759] branches/2009R1/drivers/usb/musb/blackfin.h: bug[#5260]Since this register definitons are needed both for PIO and DMA mode,define them unconditionally
Revision
6759
Author
cliff
Date
2009-06-17 02:22:34 -0500 (Wed, 17 Jun 2009)

Log Message

bug[#5260]Since this register definitons are needed both for PIO and DMA mode,define them unconditionally

Modified Paths

Diff

Modified: branches/2009R1/drivers/usb/musb/blackfin.h (6758 => 6759)


--- branches/2009R1/drivers/usb/musb/blackfin.h	2009-06-17 07:17:18 UTC (rev 6758)
+++ branches/2009R1/drivers/usb/musb/blackfin.h	2009-06-17 07:22:34 UTC (rev 6759)
@@ -60,8 +60,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
 #define USB_DMAx_ADDR_LOW	0x08
@@ -70,7 +68,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