diff options
Diffstat (limited to 'arch/mips/alchemy/common/platform.c')
-rw-r--r-- | arch/mips/alchemy/common/platform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/alchemy/common/platform.c b/arch/mips/alchemy/common/platform.c index 7af941d8e717..9837a134a6d6 100644 --- a/arch/mips/alchemy/common/platform.c +++ b/arch/mips/alchemy/common/platform.c | |||
@@ -53,7 +53,7 @@ static void alchemy_8250_pm(struct uart_port *port, unsigned int state, | |||
53 | .irq = _irq, \ | 53 | .irq = _irq, \ |
54 | .regshift = 2, \ | 54 | .regshift = 2, \ |
55 | .iotype = UPIO_AU, \ | 55 | .iotype = UPIO_AU, \ |
56 | .flags = UPF_SKIP_TEST | UPF_IOREMAP | \ | 56 | .flags = UPF_SKIP_TEST | UPF_IOREMAP | \ |
57 | UPF_FIXED_TYPE, \ | 57 | UPF_FIXED_TYPE, \ |
58 | .type = PORT_16550A, \ | 58 | .type = PORT_16550A, \ |
59 | .pm = alchemy_8250_pm, \ | 59 | .pm = alchemy_8250_pm, \ |
@@ -137,7 +137,7 @@ static void alchemy_ehci_power_off(struct platform_device *pdev) | |||
137 | } | 137 | } |
138 | 138 | ||
139 | static struct usb_ehci_pdata alchemy_ehci_pdata = { | 139 | static struct usb_ehci_pdata alchemy_ehci_pdata = { |
140 | .no_io_watchdog = 1, | 140 | .no_io_watchdog = 1, |
141 | .power_on = alchemy_ehci_power_on, | 141 | .power_on = alchemy_ehci_power_on, |
142 | .power_off = alchemy_ehci_power_off, | 142 | .power_off = alchemy_ehci_power_off, |
143 | .power_suspend = alchemy_ehci_power_off, | 143 | .power_suspend = alchemy_ehci_power_off, |