ARM: pxa: fix typo 'CONFIG_SPI_PXA2XX_MASTER'
[sfrench/cifs-2.6.git] / arch / arm / mach-pxa / corgi.c
index 91dd1c7cdbcd7dd79638eb0930d17a9945c6a87a..06022b2357309cb2817cc5115c620054f5ab959e 100644 (file)
@@ -514,7 +514,7 @@ static struct pxa2xx_udc_mach_info udc_info __initdata = {
        .gpio_pullup            = CORGI_GPIO_USB_PULLUP,
 };
 
-#if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MASTER)
+#if IS_ENABLED(CONFIG_SPI_PXA2XX)
 static struct pxa2xx_spi_master corgi_spi_info = {
        .num_chipselect = 3,
 };