diff options
author | Felipe Balbi <felipe.balbi@nokia.com> | 2010-02-17 17:09:31 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-19 18:22:17 -0500 |
commit | 7db51121b87b9282d9f9bf554926c1493c504700 (patch) | |
tree | adfafa644d8946cceab5502fcfa25e2492f4576d /arch/arm/mach-omap2 | |
parent | bfc110ee653724577e635e0feacf29aad4ed6c7f (diff) |
omap: musb: remove unused soft_con field
remove unused data.
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/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/usb-musb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index c7d98a924df..01d86e5644e 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c | |||
@@ -50,7 +50,6 @@ static struct resource musb_resources[] = { | |||
50 | static struct musb_hdrc_config musb_config = { | 50 | static struct musb_hdrc_config musb_config = { |
51 | .multipoint = 1, | 51 | .multipoint = 1, |
52 | .dyn_fifo = 1, | 52 | .dyn_fifo = 1, |
53 | .soft_con = 1, | ||
54 | .dma = 1, | 53 | .dma = 1, |
55 | .num_eps = 16, | 54 | .num_eps = 16, |
56 | .dma_channels = 7, | 55 | .dma_channels = 7, |