On Thu, Sep 19, 2013 at 10:27:52AM +0100, Markos Chandras wrote: > 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@xxxxxxxxxx> I'm wondering if this *really* has to live in the PCI code. A VGA in legacy mode should even work with CONFIG_PCI=n, right? Anyway, applied. Thanks! Ralf