diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-02-21 10:16:55 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-22 04:07:30 -0500 |
commit | edb15d83a875a1f4b1576188844db5c330c3267d (patch) | |
tree | 74d54eab401b6ccf2a6ad4821227108a8d160f03 /arch/mips/bcm47xx | |
parent | 8bfc245f9ad7bd4e461179e4e7852ef99b8b6144 (diff) | |
parent | a0b1c42951dd06ec83cc1bc2c9788131d9fefcd8 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-next
Conflicts:
include/linux/ssb/ssb_driver_gige.h
Also resolves a logical merge conflict in drivers/net/ethernet/broadcom/-
bgmac.c due to change of an API.
Diffstat (limited to 'arch/mips/bcm47xx')
-rw-r--r-- | arch/mips/bcm47xx/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/serial.c b/arch/mips/bcm47xx/serial.c index 57981e4fe2bc..b8ef965705cf 100644 --- a/arch/mips/bcm47xx/serial.c +++ b/arch/mips/bcm47xx/serial.c | |||
@@ -62,7 +62,7 @@ static int __init uart8250_init_bcma(void) | |||
62 | 62 | ||
63 | p->mapbase = (unsigned int) bcma_port->regs; | 63 | p->mapbase = (unsigned int) bcma_port->regs; |
64 | p->membase = (void *) bcma_port->regs; | 64 | p->membase = (void *) bcma_port->regs; |
65 | p->irq = bcma_port->irq + 2; | 65 | p->irq = bcma_port->irq; |
66 | p->uartclk = bcma_port->baud_base; | 66 | p->uartclk = bcma_port->baud_base; |
67 | p->regshift = bcma_port->reg_shift; | 67 | p->regshift = bcma_port->reg_shift; |
68 | p->iotype = UPIO_MEM; | 68 | p->iotype = UPIO_MEM; |