aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/of_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of/of_spi.c')
-rw-r--r--drivers/of/of_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/of_spi.c b/drivers/of/of_spi.c
index f3119a0836af..5fed7e3c7da3 100644
--- a/drivers/of/of_spi.c
+++ b/drivers/of/of_spi.c
@@ -80,7 +80,6 @@ void of_register_spi_devices(struct spi_master *master, struct device_node *np)
80 /* Store a pointer to the node in the device structure */ 80 /* Store a pointer to the node in the device structure */
81 of_node_get(nc); 81 of_node_get(nc);
82 spi->dev.of_node = nc; 82 spi->dev.of_node = nc;
83 spi->dev.archdata.of_node = nc;
84 83
85 /* Register the new device */ 84 /* Register the new device */
86 request_module(spi->modalias); 85 request_module(spi->modalias);