diff options
Diffstat (limited to 'drivers/tty/serial/ifx6x60.c')
-rw-r--r-- | drivers/tty/serial/ifx6x60.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/ifx6x60.c b/drivers/tty/serial/ifx6x60.c index 91125bb151cf..2783d96ff610 100644 --- a/drivers/tty/serial/ifx6x60.c +++ b/drivers/tty/serial/ifx6x60.c | |||
@@ -1405,7 +1405,7 @@ static struct spi_driver ifx_spi_driver = { | |||
1405 | .owner = THIS_MODULE}, | 1405 | .owner = THIS_MODULE}, |
1406 | .probe = ifx_spi_spi_probe, | 1406 | .probe = ifx_spi_spi_probe, |
1407 | .shutdown = ifx_spi_spi_shutdown, | 1407 | .shutdown = ifx_spi_spi_shutdown, |
1408 | .remove = __devexit_p(ifx_spi_spi_remove), | 1408 | .remove = ifx_spi_spi_remove, |
1409 | .suspend = ifx_spi_spi_suspend, | 1409 | .suspend = ifx_spi_spi_suspend, |
1410 | .resume = ifx_spi_spi_resume, | 1410 | .resume = ifx_spi_spi_resume, |
1411 | .id_table = ifx_id_table | 1411 | .id_table = ifx_id_table |