]> Pileus Git - ~andy/linux/blobdiff - drivers/spi/spi-ppc4xx.c
Merge tag 'v3.5-rc2'
[~andy/linux] / drivers / spi / spi-ppc4xx.c
index d95d307a11003d3d3445b6341b4ad6562ba655f9..75ac9d48ef46c28feabe9b94535d5e8cc5ba94c3 100644 (file)
@@ -466,9 +466,6 @@ static int __init spi_ppc4xx_of_probe(struct platform_device *op)
        bbp->master->setup = spi_ppc4xx_setup;
        bbp->master->cleanup = spi_ppc4xx_cleanup;
 
-       /* Allocate bus num dynamically. */
-       bbp->master->bus_num = -1;
-
        /* the spi->mode bits understood by this driver: */
        bbp->master->mode_bits =
                SPI_CPHA | SPI_CPOL | SPI_CS_HIGH | SPI_LSB_FIRST;