On Mon, May 6, 2013 at 9:15 AM, Axel Lin <[email protected]> wrote:
> I got below build error if CONFIG_I2C_STU300=m. > > ERROR: "i2c_register_board_info" [arch/arm/mach-u300/i2c.ko] undefined! > make[1]: *** [__modpost] Error 1 > make: *** [modules] Error 2 > > Fix it by adding proper ifdef guard in i2c.h and Makefile. > So arch/arm/mach-u300/i2c.c will be compiled when CONFIG_I2C_STU300 is > configured as built-in or as a module. > > Signed-off-by: Axel Lin <[email protected]> This file will be deleted in v3.11, see: http://marc.info/?l=linux-arm-kernel&m=136662534118633&w=2 Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

