|
@@ -559,7 +559,7 @@ static struct pxaohci_platform_data zeus_ohci_platform_data = {
|
|
|
.flags = ENABLE_PORT_ALL | POWER_SENSE_LOW,
|
|
.flags = ENABLE_PORT_ALL | POWER_SENSE_LOW,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-static void zeus_register_ohci(void)
|
|
|
|
|
|
|
+static void __init zeus_register_ohci(void)
|
|
|
{
|
|
{
|
|
|
/* Port 2 is shared between host and client interface. */
|
|
/* Port 2 is shared between host and client interface. */
|
|
|
UP2OCR = UP2OCR_HXOE | UP2OCR_HXS | UP2OCR_DMPDE | UP2OCR_DPPDE;
|
|
UP2OCR = UP2OCR_HXOE | UP2OCR_HXS | UP2OCR_DMPDE | UP2OCR_DPPDE;
|