On Wed, 18 Feb 2009 11:22:18 +0200 Aaro Koskinen <[email protected]> wrote:
> Fixes a linker error when OMAP I2C bus driver is compiled as a module: > > ERROR: "i2c_register_board_info" [arch/arm/plat-omap/i2c.ko] > undefined! > > The I2C utility functions used for board initialization should be > always built-in. > > Signed-off-by: Aaro Koskinen <[email protected]> > --- > arch/arm/plat-omap/Makefile | 3 ++- > arch/arm/plat-omap/include/mach/common.h | 2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) > Acked-by: Jarkko Nikula <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
