diff options
Diffstat (limited to 'drivers/tty/serial/max3107.c')
-rw-r--r-- | drivers/tty/serial/max3107.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/max3107.c b/drivers/tty/serial/max3107.c index 7827000db4f..17c7ba805d9 100644 --- a/drivers/tty/serial/max3107.c +++ b/drivers/tty/serial/max3107.c @@ -1181,7 +1181,6 @@ static int max3107_probe_generic(struct spi_device *spi) static struct spi_driver max3107_driver = { .driver = { .name = "max3107", - .bus = &spi_bus_type, .owner = THIS_MODULE, }, .probe = max3107_probe_generic, |