]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/spi/mpc52xx_spi.c
ARM: 6352/1: perf: fix event validation
[mv-sheeva.git] / drivers / spi / mpc52xx_spi.c
index 56136ff00e01643dbfe46754e0f3aefce01d11dc..ec9f0b1bf86494da73bd8d14cc69fe5927db8065 100644 (file)
@@ -390,7 +390,7 @@ static int mpc52xx_spi_transfer(struct spi_device *spi, struct spi_message *m)
 /*
  * OF Platform Bus Binding
  */
-static int __devinit mpc52xx_spi_probe(struct of_device *op,
+static int __devinit mpc52xx_spi_probe(struct platform_device *op,
                                       const struct of_device_id *match)
 {
        struct spi_master *master;
@@ -530,7 +530,7 @@ static int __devinit mpc52xx_spi_probe(struct of_device *op,
        return rc;
 }
 
-static int __devexit mpc52xx_spi_remove(struct of_device *op)
+static int __devexit mpc52xx_spi_remove(struct platform_device *op)
 {
        struct spi_master *master = dev_get_drvdata(&op->dev);
        struct mpc52xx_spi *ms = spi_master_get_devdata(master);