Skip to content
Commit 61c7a080 authored by Grant Likely's avatar Grant Likely
Browse files

of: Always use 'struct device.of_node' to get device node pointer.



The following structure elements duplicate the information in
'struct device.of_node' and so are being eliminated.  This patch
makes all readers of these elements use device.of_node instead.

(struct of_device *)->node
(struct dev_archdata *)->prom_node (sparc)
(struct dev_archdata *)->of_node (powerpc & microblaze)

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent d12d42f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment