Hi Randy, Am Dienstag 11 Oktober 2011, 21:32:11 schrieb Randy Dunlap: > On 10/11/11 02:11, Stephen Rothwell wrote: > > Hi all, > > > > The linux-next tree is now available from > > git://github.com/sfrothwell/linux-next.git as a temporary measure while > > the kernel.org servers are unavailable. > > > > It may also turn up on git.kernel.org (depending on the mirroring). The > > patch set is still absent, however. > > > > Changes since 20111007: > > > > The gpio tree still has its build failure so I used the version from > > next-20111005. > > (maybe fixed there?) > (i386 build) > > drivers/regulator/gpio-regulator.c:121:3: error: invalid use of undefined > type 'struct gpio' drivers/regulator/gpio-regulator.c:121:29: error: > dereferencing pointer to incomplete type > drivers/regulator/gpio-regulator.c:191:32: error: invalid application of > 'sizeof' to incomplete type 'struct gpio' > drivers/regulator/gpio-regulator.c:281:3: error: invalid use of undefined > type 'struct gpio' drivers/regulator/gpio-regulator.c:281:20: error: > dereferencing pointer to incomplete type > > (GPIOLIB is not enabled.) > Full randconfig file is attached. thanks for catching this. I would guess the Kconfig entry of the gpio-regulator needs a "depends on GENERIC_GPIO" as it won't be able to function without gpiolib - correct? Heiko -- 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