summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoît Thébaudeau <[email protected]>2013-05-03 10:32:37 +0000
committerStefano Babic <[email protected]>2013-05-05 17:55:05 +0200
commitba5dfc11baea8c90c53733fc1fa988c2d13787dc (patch)
tree9fe09f12224a5e47cd2a92b83b2ce7d95e2345a5 /include
parent3fec2c677e6b6bb7a21b5beda70357e4479512f4 (diff)
imx: mx5: Remove legacy iomux support
Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/usb/ehci-fsl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/usb/ehci-fsl.h b/include/usb/ehci-fsl.h
index a1438d6f94f..29b136dfba6 100644
--- a/include/usb/ehci-fsl.h
+++ b/include/usb/ehci-fsl.h
@@ -277,10 +277,4 @@ struct usb_ehci {
/* Board-specific initialization */
int board_ehci_hcd_init(int port);
-/* CPU-specific abstracted-out IOMUX init */
-#ifdef CONFIG_MX51
-void setup_iomux_usb_h1(void);
-void setup_iomux_usb_h2(void);
-#endif
-
#endif /* _EHCI_FSL_H */