From: Tony Breeds Date: Thu, 31 Jul 2008 06:54:20 +0000 (+1000) Subject: powerpc: Guard print_device_node_tree() with #if 0 X-Git-Tag: v2.6.28-rc1~569^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcfcfe756762682d084f40b96c78507f0d27d379;p=pandora-kernel.git powerpc: Guard print_device_node_tree() with #if 0 Currently print_device_node_tree() isn't called but it can be useful for debugging. Leave the function there but hide it behind '#if 0' to save it being rewritten. If you want to call it you're already editing this file anyway. ;P Signed-off-by: Tony Breeds Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed