On 2/12/2016 11:31 AM, Wolfram Sang wrote:
+static int bcm_iproc_i2c_init(struct bcm_iproc_i2c_dev *iproc_i2c); +static void bcm_iproc_i2c_enable_disable(struct bcm_iproc_i2c_dev *iproc_i2c, + bool enable);Can't we move these functions instead of having the extra declarations?
I had the same opinion during our internal review, :) I'll do that in the next revision of this patch set. Thanks, Ray

