Commit 59abdb0e authored by Tony Lindgren's avatar Tony Lindgren

Remove 8250 port size hack

This will be fixed properly in the following patch.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fc7dff39
......@@ -2283,11 +2283,6 @@ static int serial8250_request_std_resource(struct uart_8250_port *up)
unsigned int size = 8 << up->port.regshift;
int ret = 0;
#ifdef CONFIG_ARCH_OMAP
if (is_omap_port((unsigned int)up->port.membase))
size = 0x16 << up->port.regshift;
#endif
switch (up->port.iotype) {
case UPIO_AU:
size = 0x100000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment