spi: make remove callback a void function
[linux-2.6-microblaze.git] / drivers / video / backlight / vgg2432a4.c
index 3567b45..bfc1913 100644 (file)
@@ -233,11 +233,9 @@ static int vgg2432a4_probe(struct spi_device *spi)
        return 0;
 }
 
-static int vgg2432a4_remove(struct spi_device *spi)
+static void vgg2432a4_remove(struct spi_device *spi)
 {
        ili9320_remove(spi_get_drvdata(spi));
-
-       return 0;
 }
 
 static void vgg2432a4_shutdown(struct spi_device *spi)