video: tegra: remove old tegra fb driver
[firefly-linux-kernel-4.4.55.git] / drivers / watchdog / riowd.c
index 4082b4ace1fce159089924d6718918e182fc67f7..3faee1ae64bd82dda8ebc618250f84e9f3b0c9f8 100644 (file)
@@ -172,7 +172,7 @@ static struct miscdevice riowd_miscdev = {
        .fops   = &riowd_fops
 };
 
-static int __devinit riowd_probe(struct of_device *op,
+static int __devinit riowd_probe(struct platform_device *op,
                                 const struct of_device_id *match)
 {
        struct riowd *p;
@@ -219,7 +219,7 @@ out:
        return err;
 }
 
-static int __devexit riowd_remove(struct of_device *op)
+static int __devexit riowd_remove(struct platform_device *op)
 {
        struct riowd *p = dev_get_drvdata(&op->dev);