• Yoichi Yuasa's avatar
    [PATCH] mips: fix build error in TANBAC TB0226 · 43d2c4ca
    Yoichi Yuasa authored
    arch/mips/pci/fixup-tb0226.c: In function `pcibios_map_irq':
    arch/mips/pci/fixup-tb0226.c:31: warning: implicit declaration of function `vr41xx_set_irq_trigger'
    arch/mips/pci/fixup-tb0226.c:32: error: `TRIGGER_LEVEL' undeclared (first use in this function)
    arch/mips/pci/fixup-tb0226.c:32: error: (Each undeclared identifier is reported only once
    arch/mips/pci/fixup-tb0226.c:32: error: for each function it appears in.)
    arch/mips/pci/fixup-tb0226.c:33: error: `SIGNAL_THROUGH' undeclared (first use in this function)
    arch/mips/pci/fixup-tb0226.c:34: warning: implicit declaration of function `vr41xx_set_irq_level'
    arch/mips/pci/fixup-tb0226.c:34: error: `LEVEL_LOW' undeclared (first use in this function)
    Signed-off-by: default avatarYoichi Yuasa <yuasa@hh.iij4u.or.jp>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    43d2c4ca
fixup-tb0226.c 2.33 KB