]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/input/misc/ad714x-spi.c
Merge remote-tracking branch 'spi/for-next'
[karo-tx-linux.git] / drivers / input / misc / ad714x-spi.c
index fea315e76bc8485927652e58198396f27c470078..aac910326447cfcf39a1ae611cdb435150bbd5d4 100644 (file)
@@ -101,22 +101,12 @@ static int ad714x_spi_probe(struct spi_device *spi)
        return 0;
 }
 
-static int ad714x_spi_remove(struct spi_device *spi)
-{
-       struct ad714x_chip *chip = spi_get_drvdata(spi);
-
-       ad714x_remove(chip);
-
-       return 0;
-}
-
 static struct spi_driver ad714x_spi_driver = {
        .driver = {
                .name   = "ad714x_captouch",
                .pm     = &ad714x_spi_pm,
        },
        .probe          = ad714x_spi_probe,
-       .remove         = ad714x_spi_remove,
 };
 
 module_spi_driver(ad714x_spi_driver);