|
@@ -899,17 +899,6 @@ static int sh_mobile_i2c_probe(struct platform_device *dev)
|
|
|
if (resource_size(res) > 0x17)
|
|
|
pd->flags |= IIC_FLAG_HAS_ICIC67;
|
|
|
|
|
|
- /* Enable Runtime PM for this device.
|
|
|
- *
|
|
|
- * Also tell the Runtime PM core to ignore children
|
|
|
- * for this device since it is valid for us to suspend
|
|
|
- * this I2C master driver even though the slave devices
|
|
|
- * on the I2C bus may not be suspended.
|
|
|
- *
|
|
|
- * The state of the I2C hardware bus is unaffected by
|
|
|
- * the Runtime PM state.
|
|
|
- */
|
|
|
- pm_suspend_ignore_children(&dev->dev, true);
|
|
|
pm_runtime_enable(&dev->dev);
|
|
|
pm_runtime_get_sync(&dev->dev);
|
|
|
|