]> git.baikalelectronics.ru Git - kernel.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)
commitd73de56c071959c6fa42c307b87f1bab2c6a6dcb
tree4fca0d13ae02c67a0a52662198d4c744718f9ec9
parent4bcef794c53660c544eaf850f64ba85d4a61e2a9
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