|
@@ -54,7 +54,7 @@ static struct omap_device_pm_latency omap_uhhtll_latency[] = {
|
|
|
/*
|
|
|
* setup_ehci_io_mux - initialize IO pad mux for USBHOST
|
|
|
*/
|
|
|
-static void setup_ehci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
+static void __init setup_ehci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
{
|
|
|
switch (port_mode[0]) {
|
|
|
case OMAP_EHCI_PORT_MODE_PHY:
|
|
@@ -197,7 +197,8 @@ static void setup_ehci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
-static void setup_4430ehci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
+static
|
|
|
+void __init setup_4430ehci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
{
|
|
|
switch (port_mode[0]) {
|
|
|
case OMAP_EHCI_PORT_MODE_PHY:
|
|
@@ -315,7 +316,7 @@ static void setup_4430ehci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-static void setup_ohci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
+static void __init setup_ohci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
{
|
|
|
switch (port_mode[0]) {
|
|
|
case OMAP_OHCI_PORT_MODE_PHY_6PIN_DATSE0:
|
|
@@ -412,7 +413,8 @@ static void setup_ohci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-static void setup_4430ohci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
+static
|
|
|
+void __init setup_4430ohci_io_mux(const enum usbhs_omap_port_mode *port_mode)
|
|
|
{
|
|
|
switch (port_mode[0]) {
|
|
|
case OMAP_OHCI_PORT_MODE_PHY_6PIN_DATSE0:
|