diff mbox

of/spi: Fix build failure on spi_ppc4xx.c

Message ID 20100602194721.6780.61396.stgit@angua (mailing list archive)
State Accepted
Headers show

Commit Message

Grant Likely June 2, 2010, 7:47 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/spi/spi_ppc4xx.c b/drivers/spi/spi_ppc4xx.c
index 19c0b3b..d53466a 100644
--- a/drivers/spi/spi_ppc4xx.c
+++ b/drivers/spi/spi_ppc4xx.c
@@ -397,7 +397,7 @@  static int __init spi_ppc4xx_of_probe(struct of_device *op,
 	struct spi_master *master;
 	struct spi_bitbang *bbp;
 	struct resource resource;
-	struct device_node *np = op->node;
+	struct device_node *np = op->dev.of_node;
 	struct device *dev = &op->dev;
 	struct device_node *opbnp;
 	int ret;