From: Thierry Reding Date: Wed, 18 Sep 2013 12:50:52 +0000 (+0200) Subject: i2c: mv64xxx: Fix some build warnings X-Git-Tag: v3.12-rc3~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a99467804767400752a4087d3e96af2759a046;p=pandora-kernel.git i2c: mv64xxx: Fix some build warnings Some functions and variables are only used if the configuration selects HAVE_CLK. Protect them with a corresponding #ifdef CONFIG_HAVE_CLK block to avoid compiler warnings. Signed-off-by: Thierry Reding [wsa: added marker to #endif] Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed