powerpc: Guard print_device_node_tree() with #if 0
authorTony Breeds <tony@bakeyournoodle.com>
Thu, 31 Jul 2008 06:54:20 +0000 (16:54 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Aug 2008 06:34:57 +0000 (16:34 +1000)
commitdcfcfe756762682d084f40b96c78507f0d27d379
treef2dbb32c6426e5446d82dbf9108d3670a8f2ab5c
parentfedcf4c73e1b9c1c594cf12d946ea90b7a47cc08
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 <tony@bakeyournoodle.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/eeh_driver.c