spi: bitbang: Follow renaming of SPI "master" to "controller"
[linux-2.6-microblaze.git] / drivers / spi / spi-gpio.c
index d8db456..909cce1 100644 (file)
@@ -427,7 +427,7 @@ static int spi_gpio_probe(struct platform_device *pdev)
        host->cleanup = spi_gpio_cleanup;
 
        bb = &spi_gpio->bitbang;
-       bb->master = host;
+       bb->ctlr = host;
        /*
         * There is some additional business, apart from driving the CS GPIO
         * line, that we need to do on selection. This makes the local