mfd: stmpe: Use spi_get_drvdata()
[linux-2.6-microblaze.git] / drivers / mfd / stmpe-spi.c
index 973659f..a81badb 100644 (file)
@@ -103,7 +103,7 @@ stmpe_spi_probe(struct spi_device *spi)
 
 static int stmpe_spi_remove(struct spi_device *spi)
 {
-       struct stmpe *stmpe = dev_get_drvdata(&spi->dev);
+       struct stmpe *stmpe = spi_get_drvdata(spi);
 
        return stmpe_remove(stmpe);
 }