From: Aaro Koskinen Date: Wed, 18 Feb 2009 09:22:18 +0000 (+0000) Subject: ARM: OMAP: Allow I2C bus driver to be compiled as a module X-Git-Tag: v2.6.29-omap1~90 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4994d1ec9f118c12298f504fe907135862628bf3;p=pandora-kernel.git ARM: OMAP: Allow I2C bus driver to be compiled as a module 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 Acked-by: Jarkko Nikula Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed