aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorFelipe Balbi <felipe.balbi@nokia.com>2010-02-17 17:09:31 -0500
committerTony Lindgren <tony@atomide.com>2010-02-19 18:22:17 -0500
commit9bdde53fa575d023ca51ba9df41464f62e22feb7 (patch)
tree75d708ec53421f190142c3f3624934217951c60f /arch
parent7db51121b87b9282d9f9bf554926c1493c504700 (diff)
omap: musb: remove unused dma data
we don't use those anywhere on musb driver, so let's remove those old stuff. Cc: linux-usb@vger.kernel.org Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/usb-musb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c
index 01d86e5644e1..4dfb66acc888 100644
--- a/arch/arm/mach-omap2/usb-musb.c
+++ b/arch/arm/mach-omap2/usb-musb.c
@@ -50,10 +50,7 @@ static struct resource musb_resources[] = {
50static struct musb_hdrc_config musb_config = { 50static struct musb_hdrc_config musb_config = {
51 .multipoint = 1, 51 .multipoint = 1,
52 .dyn_fifo = 1, 52 .dyn_fifo = 1,
53 .dma = 1,
54 .num_eps = 16, 53 .num_eps = 16,
55 .dma_channels = 7,
56 .dma_req_chan = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3),
57 .ram_bits = 12, 54 .ram_bits = 12,
58}; 55};
59 56