From: Jean Delvare Date: Sun, 27 Jan 2008 17:14:48 +0000 (+0100) Subject: i2c: Change prototypes of refcounting functions X-Git-Tag: v2.6.25-rc1~1203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48d33193d94175f012c3ed606a1d1e574ed726a;p=pandora-kernel.git i2c: Change prototypes of refcounting functions Use more standard prototypes for i2c_use_client() and i2c_release_client(). The former now returns a pointer to the client, and the latter no longer returns anything. This matches what all other subsystems do. Signed-off-by: Jean Delvare Cc: David Brownell --- Reading git-diff-tree failed