Prev: staging: hv: Fix missing functions for net_device_ops
Next: arch/blackfin: Remove dead CONFIG_REGULATOR_ADP_SWITCH
From: Randy Dunlap on 2 Aug 2010 13:30 On Mon, 2 Aug 2010 14:44:32 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20100730: > > The kvm tree lost its conflict but still has its build failure. > > The net tree gained a conflict against the net-current tree. > > The device-mapper tree gained a build failure so I used the version from > next-20100730. > > The security-testing tree lost its build failure but gained another due > to an interaction with the rr tree so I applied a merge fix. > > The devicetree tree gained lost its failure. > > The workqueues tree gained a conflict against the tip tree. > > The staging-next tree gained conflicts against the pcmcia tree. pcmcia changes cause these build errors in drivers/scsi/pcmcia/nsp_cs.c: drivers/scsi/pcmcia/nsp_cs.c:1907:1: error: unterminated argument list invoking macro "release_region" drivers/scsi/pcmcia/nsp_cs.c:1720: error: 'release_region' undeclared (first use in this function) drivers/scsi/pcmcia/nsp_cs.c:1720: error: (Each undeclared identifier is reported only once drivers/scsi/pcmcia/nsp_cs.c:1720: error: for each function it appears in.) drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected ';' at end of input drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input (rand) config is attached. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***
From: Dominik Brodowski on 2 Aug 2010 16:20
Hey, On Mon, Aug 02, 2010 at 10:27:07AM -0700, Randy Dunlap wrote: > pcmcia changes cause these build errors in drivers/scsi/pcmcia/nsp_cs.c: > > drivers/scsi/pcmcia/nsp_cs.c:1907:1: error: unterminated argument list invoking macro "release_region" > drivers/scsi/pcmcia/nsp_cs.c:1720: error: 'release_region' undeclared (first use in this function) > drivers/scsi/pcmcia/nsp_cs.c:1720: error: (Each undeclared identifier is reported only once > drivers/scsi/pcmcia/nsp_cs.c:1720: error: for each function it appears in.) > drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected ';' at end of input > drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input > drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input > drivers/scsi/pcmcia/nsp_cs.c:1720: error: expected declaration or statement at end of input ah, this driver depends on !x86_64, so my make allmodconfig run didn't catch it... Thanks! Should be fixed for the next -next. Best, Dominik -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |