Hi Stephen, Thanks for catching export symbol problem. Hmm, it seems very strange why i2c_dev.c can't reference the exported symbols. We are looking after of the problem. I believe it will be fixed ASAP. Thanks, Alexey > Hi Dave, > > On Thu, 7 Aug 2008 13:30:05 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > > Today's linux-next build (x86_64 allmodconfig) failed like this: > > > > ERROR: "qry_present" [drivers/mtd/chips/cfi_probe.ko] undefined! > > ERROR: "qry_mode_off" [drivers/mtd/chips/cfi_probe.ko] undefined! > > ERROR: "qry_mode_on" [drivers/mtd/chips/cfi_probe.ko] undefined! > > > > Caused by commit 2e489e077a6ad118c4f247faedf330117b107cce ("[MTD] [NOR] > > Add qry_mode_on()/qry_omde_off() to deal with odd chips"). > > Also from an arm cam60_defconfig build: > > drivers/built-in.o: In function `cfi_probe_chip': > i2c-dev.c:(.text+0x497a4): undefined reference to `qry_mode_on' > i2c-dev.c:(.text+0x49810): undefined reference to `qry_present' > i2c-dev.c:(.text+0x49850): undefined reference to `qry_mode_off' > i2c-dev.c:(.text+0x498a0): undefined reference to `qry_mode_off' > i2c-dev.c:(.text+0x498b0): undefined reference to `qry_present' > i2c-dev.c:(.text+0x498c8): undefined reference to `qry_mode_off' > i2c-dev.c:(.text+0x498d8): undefined reference to `qry_present' > i2c-dev.c:(.text+0x49ca4): undefined reference to `qry_mode_off' > > This is today's linux-next with these symbols exported (which obviously > makes no difference here). > > -- > Cheers, > Stephen Rothwell sfr@xxxxxxxxxxxxxxxx > http://www.canb.auug.org.au/~sfr/ > -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html