|
@@ -149,7 +149,6 @@ int s5c73m3_register_spi_driver(struct s5c73m3 *state)
|
|
spidrv->remove = s5c73m3_spi_remove;
|
|
spidrv->remove = s5c73m3_spi_remove;
|
|
spidrv->probe = s5c73m3_spi_probe;
|
|
spidrv->probe = s5c73m3_spi_probe;
|
|
spidrv->driver.name = S5C73M3_SPI_DRV_NAME;
|
|
spidrv->driver.name = S5C73M3_SPI_DRV_NAME;
|
|
- spidrv->driver.bus = &spi_bus_type;
|
|
|
|
spidrv->driver.owner = THIS_MODULE;
|
|
spidrv->driver.owner = THIS_MODULE;
|
|
spidrv->driver.of_match_table = s5c73m3_spi_ids;
|
|
spidrv->driver.of_match_table = s5c73m3_spi_ids;
|
|
|
|
|