of/i2c: add dummy inline functions for when CONFIG_OF_I2C(_MODULE) isn't defined
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Mon, 10 Dec 2012 19:41:27 +0000 (20:41 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 11 Dec 2012 17:30:16 +0000 (17:30 +0000)
commit1daa8a0b2000974e07eacbabecd61bccadc933b9
treece075c1287c074f6864821b0f88e33c26bb77d30
parent58fea354d887fddddd342a8d14b02069161ca904
of/i2c: add dummy inline functions for when CONFIG_OF_I2C(_MODULE) isn't defined

If CONFIG_OF_I2C and CONFIG_OF_I2C_MODULE are undefined no declaration of
of_find_i2c_device_by_node and of_find_i2c_adapter_by_node will be
available. Add dummy inline functions to avoid compilation breakage.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
include/linux/of_i2c.h
This page took 0.028096 seconds and 5 git commands to generate.