From: Grant Likely Date: Tue, 13 Apr 2010 23:12:29 +0000 (-0700) Subject: of: Always use 'struct device.of_node' to get device node pointer. X-Git-Tag: v2.6.35-rc1~420^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c7a080a5a061c976988fd4b844dfb468dda255;p=pandora-kernel.git 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: Grant Likely --- Reading git-diff-tree failed