ARM: OMAP: AM35xx: remove redunant cpu_is checks for AM3505
[deliverable/linux.git] / arch / arm / mach-omap2 / usb-musb.c
index 8d5ed775dd567c0c55c1450c4465b91e1ee1efc9..bf33b4db8c9d15a2522e1f835bb59aa259af8e03 100644 (file)
@@ -90,7 +90,7 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data)
        musb_plat.mode = board_data->mode;
        musb_plat.extvbus = board_data->extvbus;
 
-       if (cpu_is_omap3517() || cpu_is_omap3505()) {
+       if (cpu_is_omap3517()) {
                oh_name = "am35x_otg_hs";
                name = "musb-am35x";
        } else if (cpu_is_ti81xx()) {
This page took 0.026397 seconds and 5 git commands to generate.