diff options
Diffstat (limited to 'drivers/crypto/talitos.c')
-rw-r--r-- | drivers/crypto/talitos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/talitos.c b/drivers/crypto/talitos.c index dc558a097311..5a02f3482dba 100644 --- a/drivers/crypto/talitos.c +++ b/drivers/crypto/talitos.c | |||
@@ -1807,7 +1807,7 @@ static int talitos_probe(struct of_device *ofdev, | |||
1807 | const struct of_device_id *match) | 1807 | const struct of_device_id *match) |
1808 | { | 1808 | { |
1809 | struct device *dev = &ofdev->dev; | 1809 | struct device *dev = &ofdev->dev; |
1810 | struct device_node *np = ofdev->node; | 1810 | struct device_node *np = ofdev->dev.of_node; |
1811 | struct talitos_private *priv; | 1811 | struct talitos_private *priv; |
1812 | const unsigned int *prop; | 1812 | const unsigned int *prop; |
1813 | int i, err; | 1813 | int i, err; |