diff options
| -rw-r--r-- | drivers/i2c/i2c-core.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c index 40e563de050..bdadfaf3fe1 100644 --- a/drivers/i2c/i2c-core.c +++ b/drivers/i2c/i2c-core.c @@ -683,8 +683,6 @@ i2c_sysfs_new_device(struct device *dev, struct device_attribute *attr,  	char *blank, end;  	int res; -	dev_warn(dev, "The new_device interface is still experimental " -		 "and may change in a near future\n");  	memset(&info, 0, sizeof(struct i2c_board_info));  	blank = strchr(buf, ' ');  |