From: Mark Brown Date: Wed, 15 Apr 2015 18:18:39 +0000 (+0100) Subject: i2c: core: Export bus recovery functions X-Git-Tag: omap-for-v4.1/fixes-rc1~105^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c21f4e60ed4523292f1a89ff45a208bddd3849;p=pandora-kernel.git i2c: core: Export bus recovery functions Current -next fails to link an ARM allmodconfig because drivers that use the core recovery functions can be built as modules but those functions are not exported: ERROR: "i2c_generic_gpio_recovery" [drivers/i2c/busses/i2c-davinci.ko] undefined! ERROR: "i2c_generic_scl_recovery" [drivers/i2c/busses/i2c-davinci.ko] undefined! ERROR: "i2c_recover_bus" [drivers/i2c/busses/i2c-davinci.ko] undefined! Add exports to fix this. Fixes: 5f9296ba21b3c (i2c: Add bus recovery infrastructure) Signed-off-by: Mark Brown Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed