From: Tushar Behera Date: Mon, 19 Nov 2012 11:01:42 +0000 (+0530) Subject: i2c: core: Remove definition of i2c_smbus_process_call X-Git-Tag: v3.9-rc1~75^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81109332068b44db4fd7b650c0e6bc0fc1411f1;p=pandora-kernel.git 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 Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed