Jean Delvare writes: > > On Mon, 19 Nov 2012 13:19:11 -0500, Bill Pemberton wrote: > > Remove conditional code based on CONFIG_HOTPLUG being false. It's > > always on now in preparation of it going away as an option. > > > > Signed-off-by: Bill Pemberton <wf...@virginia.edu> > > Cc: Wolfram Sang <w.s...@pengutronix.de> > > Cc: "Ben Dooks " <ben-li...@fluff.org> > > Cc: linux-i2c@vger.kernel.org > > --- > > drivers/i2c/i2c-core.c | 7 ------- > > 1 file changed, 7 deletions(-) > > > > diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c > > index a7edf98..9cebac0 100644 > > --- a/drivers/i2c/i2c-core.c > > +++ b/drivers/i2c/i2c-core.c > > @@ -86,9 +86,6 @@ static int i2c_device_match(struct device *dev, struct > > device_driver *drv) > > return 0; > > } > > > > -#ifdef CONFIG_HOTPLUG > > - > > -/* uevent helps with hotplug: modprobe -q $(MODALIAS) */ > > What was wrong with this comment? >
It was removed with the #ifdef, I see that's in error, I'll redo this one. -- Bill -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html