projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7db5112
)
omap: musb: remove unused dma data
author
Felipe Balbi
<felipe.balbi@nokia.com>
Wed, 17 Feb 2010 22:09:31 +0000
(14:09 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 19 Feb 2010 23:22:17 +0000
(15:22 -0800)
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>
arch/arm/mach-omap2/usb-musb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/usb-musb.c
b/arch/arm/mach-omap2/usb-musb.c
index 01d86e5644e1861276f829e8d3b5994712fffcb2..4dfb66acc888b90d80cf3a4d61cfdbb393b660b9 100644
(file)
--- 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[] = {
static struct musb_hdrc_config musb_config = {
.multipoint = 1,
.dyn_fifo = 1,
- .dma = 1,
.num_eps = 16,
- .dma_channels = 7,
- .dma_req_chan = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3),
.ram_bits = 12,
};