]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
i2c: core: Export bus recovery functions
authorMark Brown <broonie@kernel.org>
Wed, 15 Apr 2015 18:18:39 +0000 (19:18 +0100)
committerJiri Slaby <jslaby@suse.cz>
Fri, 15 May 2015 07:10:35 +0000 (09:10 +0200)
commit5d916df878fb0537484bb3f62a290fb91ff86bb0
tree25b791aff78c20a5cda1483afcf33d2086aa6b58
parentef7c261897ba8bdf1cf0f5e5839ecc13f655314b
i2c: core: Export bus recovery functions

commit c1c21f4e60ed4523292f1a89ff45a208bddd3849 upstream.

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 <broonie@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/i2c/i2c-core.c