Input: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

parent
5298cc4cc7
commit
e2619cf78e
@@ -172,7 +172,7 @@ static int cyttsp_spi_probe(struct spi_device *spi)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int __devexit cyttsp_spi_remove(struct spi_device *spi)
|
||||
static int cyttsp_spi_remove(struct spi_device *spi)
|
||||
{
|
||||
struct cyttsp *ts = spi_get_drvdata(spi);
|
||||
|
||||
|
Reference in New Issue
Block a user