]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: core: Remove definition of i2c_smbus_process_call
authorTushar Behera <tushar.behera@linaro.org>
Mon, 19 Nov 2012 11:01:42 +0000 (16:31 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Mon, 28 Jan 2013 04:26:41 +0000 (05:26 +0100)
commitc81109332068b44db4fd7b650c0e6bc0fc1411f1
tree4fca0d13ae02c67a0a52662198d4c744718f9ec9
parent949db153b6466c6f7cad5a427ecea94985927311
i2c: core: Remove definition of i2c_smbus_process_call

i2c_smbus_process_call has no users in the kernel, so this can be
removed. Documentation for the same has been updated accordingly.

Fixes following sparse warning.
drivers/i2c/i2c-core.c:1871:5: warning: symbol 'i2c_smbus_process_call'
was not declared. Should it be static?

[wsa: updated the documentation]

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Documentation/i2c/smbus-protocol
Documentation/i2c/writing-clients
drivers/i2c/i2c-core.c