]> Pileus Git - ~andy/linux/commit
MIPS: PCI: pci-bcm1480: Include missing vt.h header
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 19 Sep 2013 09:27:52 +0000 (10:27 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 19 Sep 2013 10:50:16 +0000 (12:50 +0200)
commit88f02518d8ae846fc11001d7765ecee343cb5349
tree84c3e27dcde71be7a3970dc72ff30a13296f48bf
parent8b8a7634315be747959b0165e38138879f93cf6c
MIPS: PCI: pci-bcm1480: Include missing vt.h header

It's needed for the MAX_NR_CONSOLES macro.

Fixes the following build problem on a randconfig:

arch/mips/pci/pci-bcm1480.c: In function 'bcm1480_pcibios_init':
arch/mips/pci/pci-bcm1480.c:261:36: error: 'MAX_NR_CONSOLES'
undeclared (first use in this function)
arch/mips/pci/pci-bcm1480.c:261:36: note: each undeclared
identifier is reported only once for each function it appears in
make[1]: *** [arch/mips/pci/pci-bcm1480.o] Error 1

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5858/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-bcm1480.c