dev.of_node is in struct device all the time. Signed-off-by: Michal Simek <[email protected]> --- drivers/spi/spi-xilinx.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c
index 35503b4..f3de5e5 100644
--- a/drivers/spi/spi-xilinx.c
+++ b/drivers/spi/spi-xilinx.c
@@ -375,7 +375,6 @@ static int xilinx_spi_probe(struct platform_device *pdev)
bits_per_word = pdata->bits_per_word;
}
-#ifdef CONFIG_OF
if (pdev->dev.of_node) {
const __be32 *prop;
int len;
@@ -386,7 +385,6 @@ static int xilinx_spi_probe(struct platform_device *pdev)
if (prop && len >= sizeof(*prop))
num_cs = __be32_to_cpup(prop);
}
-#endif
if (!num_cs) {
dev_err(&pdev->dev,
--
1.8.2.3
pgpLO5EVOOJGX.pgp
Description: PGP signature

