From: Michael Ellerman Date: Tue, 5 Aug 2008 23:10:00 +0000 (+1000) Subject: powerpc: fsl_msi doesn't need it's own of_node X-Git-Tag: v2.6.28-rc1~569^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611cd90c91494d1ff9bd4bc349fe38789828733e;p=pandora-kernel.git powerpc: fsl_msi doesn't need it's own of_node The FSL MSI code keeps a pointer to the of_node from the device it represents. However it also has an irq_host, which contains a pointer to the of_node, so use that one instead. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed