Remove unnecessary #ifdef CONFIG_OF, because this is already handled by the of_match_ptr macro. Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> --- drivers/spi/spi-xtensa-xtfpga.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/spi/spi-xtensa-xtfpga.c b/drivers/spi/spi-xtensa-xtfpga.c index 41e158187f9d..553b5e189273 100644 --- a/drivers/spi/spi-xtensa-xtfpga.c +++ b/drivers/spi/spi-xtensa-xtfpga.c @@ -146,13 +146,11 @@ static int xtfpga_spi_remove(struct platform_device *pdev) MODULE_ALIAS("platform:" XTFPGA_SPI_NAME); -#ifdef CONFIG_OF static const struct of_device_id xtfpga_spi_of_match[] = { { .compatible = "cdns,xtfpga-spi", }, {} }; MODULE_DEVICE_TABLE(of, xtfpga_spi_of_match); -#endif static struct platform_driver xtfpga_spi_driver = { .probe = xtfpga_spi_probe, -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html