Hi all, next-20080826 build (powerpc mpc885_ads_defconfig) failed like this: net/core/dev.c:1000: error: redefinition of 'dev_load' include/linux/netdevice.h:1645: error: previous definition of 'dev_load' was here This also failed for several other builds where CONFIG_MODULES is off. Introduced by commit 4cb9da6ecc2b0e25056b45981239475f8509d59d ("remove CONFIG_KMOD from net") which added a !CONFIG_MODULES (static inline) version of dev_load() to include/linux/netdevice.h but the copy in net/core/dev.c is not protected by CONFIG_MODULES. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/