diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
index 40e563de05089257d78399c1714207d7ab70eb26..bdadfaf3fe106f8dfb2a0ae04845d367e8361bae 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, ' ');