eps_bits wasn't being used anywhere, let's
remove it.

Cc: linux-...@vger.kernel.org
Signed-off-by: Felipe Balbi <felipe.ba...@nokia.com>
---
 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 884336f..57589ff 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)
        return 0;
 }
 
-static struct musb_hdrc_eps_bits musb_eps[] = {
-       {       "ep1_tx", 10,   },
-       {       "ep1_rx", 10,   },
-       {       "ep2_tx", 9,    },
-       {       "ep2_rx", 9,    },
-       {       "ep3_tx", 3,    },
-       {       "ep3_rx", 3,    },
-       {       "ep4_tx", 3,    },
-       {       "ep4_rx", 3,    },
-       {       "ep5_tx", 3,    },
-       {       "ep5_rx", 3,    },
-       {       "ep6_tx", 3,    },
-       {       "ep6_rx", 3,    },
-       {       "ep7_tx", 3,    },
-       {       "ep7_rx", 3,    },
-       {       "ep8_tx", 2,    },
-       {       "ep8_rx", 2,    },
-       {       "ep9_tx", 2,    },
-       {       "ep9_rx", 2,    },
-       {       "ep10_tx", 2,   },
-       {       "ep10_rx", 2,   },
-       {       "ep11_tx", 2,   },
-       {       "ep11_rx", 2,   },
-       {       "ep12_tx", 2,   },
-       {       "ep12_rx", 2,   },
-       {       "ep13_tx", 2,   },
-       {       "ep13_rx", 2,   },
-       {       "ep14_tx", 2,   },
-       {       "ep14_rx", 2,   },
-       {       "ep15_tx", 2,   },
-       {       "ep15_rx", 2,   },
-};
-
 static struct musb_hdrc_config musb_config = {
        .multipoint     = 1,
        .dyn_fifo       = 1,
@@ -110,7 +77,6 @@ static struct musb_hdrc_config musb_config = {
        .dma_channels   = 7,
        .dma_req_chan   = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3),
        .ram_bits       = 12,
-       .eps_bits       = musb_eps,
 };
 
 static struct musb_hdrc_platform_data musb_plat = {
-- 
1.6.6.35.g1d85d

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to