From: Aaro Koskinen Date: Wed, 4 Mar 2009 18:07:41 +0000 (-0800) Subject: ARM: OMAP: Allow I2C bus driver to be compiled as a module X-Git-Tag: v2.6.29~38^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e951651657610305c9af0045fd64c6a5b0bc4b80;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