diff options
author | Felipe Balbi <felipe.balbi@nokia.com> | 2010-02-17 17:09:30 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-19 18:22:17 -0500 |
commit | 68499cc5716bbeca16ca8c83ec6e9f04b8dbfacb (patch) | |
tree | c1ec5cd7f9f91ed0edc30d10026f1dea049e9ac8 | |
parent | 884b8369ee78c081b5e5a99d1d09a95815d13c28 (diff) |
omap: musb: remove unused data
eps_bits wasn't being used anywhere, let's remove it.
Cc: linux-usb@vger.kernel.org
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/usb-musb.c | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index 2ddc316d9394..7e2ee01dcd5a 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c | |||
@@ -68,39 +68,6 @@ static int musb_set_clock(struct clk *clk, int state) | |||
68 | return 0; | 68 | return 0; |
69 | } | 69 | } |
70 | 70 | ||
71 | static struct musb_hdrc_eps_bits musb_eps[] = { | ||
72 | { "ep1_tx", 10, }, | ||
73 | { "ep1_rx", 10, }, | ||
74 | { "ep2_tx", 9, }, | ||
75 | { "ep2_rx", 9, }, | ||
76 | { "ep3_tx", 3, }, | ||
77 | { "ep3_rx", 3, }, | ||
78 | { "ep4_tx", 3, }, | ||
79 | { "ep4_rx", 3, }, | ||
80 | { "ep5_tx", 3, }, | ||
81 | { "ep5_rx", 3, }, | ||
82 | { "ep6_tx", 3, }, | ||
83 | { "ep6_rx", 3, }, | ||
84 | { "ep7_tx", 3, }, | ||
85 | { "ep7_rx", 3, }, | ||
86 | { "ep8_tx", 2, }, | ||
87 | { "ep8_rx", 2, }, | ||
88 | { "ep9_tx", 2, }, | ||
89 | { "ep9_rx", 2, }, | ||
90 | { "ep10_tx", 2, }, | ||
91 | { "ep10_rx", 2, }, | ||
92 | { "ep11_tx", 2, }, | ||
93 | { "ep11_rx", 2, }, | ||
94 | { "ep12_tx", 2, }, | ||
95 | { "ep12_rx", 2, }, | ||
96 | { "ep13_tx", 2, }, | ||
97 | { "ep13_rx", 2, }, | ||
98 | { "ep14_tx", 2, }, | ||
99 | { "ep14_rx", 2, }, | ||
100 | { "ep15_tx", 2, }, | ||
101 | { "ep15_rx", 2, }, | ||
102 | }; | ||
103 | |||
104 | static struct musb_hdrc_config musb_config = { | 71 | static struct musb_hdrc_config musb_config = { |
105 | .multipoint = 1, | 72 | .multipoint = 1, |
106 | .dyn_fifo = 1, | 73 | .dyn_fifo = 1, |
@@ -110,7 +77,6 @@ static struct musb_hdrc_config musb_config = { | |||
110 | .dma_channels = 7, | 77 | .dma_channels = 7, |
111 | .dma_req_chan = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3), | 78 | .dma_req_chan = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3), |
112 | .ram_bits = 12, | 79 | .ram_bits = 12, |
113 | .eps_bits = musb_eps, | ||
114 | }; | 80 | }; |
115 | 81 | ||
116 | static struct musb_hdrc_platform_data musb_plat = { | 82 | static struct musb_hdrc_platform_data musb_plat = { |