Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-microblaze.git] / drivers / staging / kpc2000 / kpc2000_i2c.c
index 07945f5..25bb5c9 100644 (file)
@@ -667,7 +667,7 @@ static int kpc_i2c_probe(struct platform_device *pldev)
        if (!res)
                return -ENXIO;
 
-       priv->smba = (unsigned long)devm_ioremap_nocache(&pldev->dev,
+       priv->smba = (unsigned long)devm_ioremap(&pldev->dev,
                                                         res->start,
                                                         resource_size(res));
        if (!priv->smba)