From: Grant Likely Date: Sun, 14 Feb 2010 21:13:57 +0000 (-0700) Subject: of/sparc: Remove sparc-local declaration of allnodes and devtree_lock X-Git-Tag: v2.6.34-rc1~289^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d351c3e932c2e155ef5e4c3f5b87223abd4eea6;p=pandora-kernel.git of/sparc: Remove sparc-local declaration of allnodes and devtree_lock Both allnodes and devtree_lock are defined in common code. The extern declaration should be in the common header too so that the compiler can type check. allnodes is already in of.h, but devtree_lock should be declared there too. This patch removes the SPARC declarations and uses decls in of.h instead. Signed-off-by: Grant Likely Acked-by: Benjamin Herrenschmidt Acked-by: Michal Simek Acked-by: David S. Miller --- Reading git-diff-tree failed