From: Grant Likely Date: Sun, 9 Jan 2011 04:42:42 +0000 (-0700) Subject: of/flattree: forward declare struct device_node in of_fdt.h X-Git-Tag: v2.6.38-rc1~431^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a081748735c5feb96b1365e78a5ff0fb6ca7e3a4;p=pandora-kernel.git of/flattree: forward declare struct device_node in of_fdt.h This patch forward declares struct device_node to fix a compile error when of_fdt.h is included, but of.h is not. Alternately, including linux/of.h could have been added to of_fdt.h, but that pulls in a lot of unnecessary declarations when only working with the flattened form. Signed-off-by: Grant Likely --- Reading git-diff-tree failed