From: Jean Delvare Date: Mon, 10 Jan 2011 21:11:23 +0000 (+0100) Subject: i2c: Constify i2c_client where possible X-Git-Tag: v2.6.38-rc1~420^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc43a1806f078f7fd414850d8f1f1761696e4af;p=pandora-kernel.git i2c: Constify i2c_client where possible Helper functions for I2C and SMBus transactions don't modify the i2c_client that is passed to them, so it can be marked const. Signed-off-by: Jean Delvare --- Reading git-diff-tree failed