From: Jeremy Kerr Date: Tue, 2 Feb 2010 04:34:14 +0000 (-0700) Subject: of: make set_node_proc_entry private to proc_devtree.c X-Git-Tag: v2.6.34-rc1~289^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfb3343f70bcf9403218df120ecf345f06dd585;p=pandora-kernel.git of: make set_node_proc_entry private to proc_devtree.c We only need set_node_proc_entry in proc_devtree.c, so move it there. This fixes the !HAVE_ARCH_DEVTREE_FIXUPS build, as we can't make make the definition in linux/of.h conditional on this #define (definitions in asm/prom.h can't be exposed to linux/of.h, due to the enforced #include ordering). Signed-off-by: Jeremy Kerr Signed-off-by: Grant Likely --- Reading git-diff-tree failed