diff options
Diffstat (limited to 'drivers/tty/serial/ifx6x60.c')
-rw-r--r-- | drivers/tty/serial/ifx6x60.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/ifx6x60.c b/drivers/tty/serial/ifx6x60.c index 426434e5eb7c..7e925e20cbaa 100644 --- a/drivers/tty/serial/ifx6x60.c +++ b/drivers/tty/serial/ifx6x60.c | |||
@@ -1334,7 +1334,6 @@ MODULE_DEVICE_TABLE(spi, ifx_id_table); | |||
1334 | static const struct spi_driver ifx_spi_driver = { | 1334 | static const struct spi_driver ifx_spi_driver = { |
1335 | .driver = { | 1335 | .driver = { |
1336 | .name = DRVNAME, | 1336 | .name = DRVNAME, |
1337 | .bus = &spi_bus_type, | ||
1338 | .pm = &ifx_spi_pm, | 1337 | .pm = &ifx_spi_pm, |
1339 | .owner = THIS_MODULE}, | 1338 | .owner = THIS_MODULE}, |
1340 | .probe = ifx_spi_spi_probe, | 1339 | .probe = ifx_spi_spi_probe, |