From: Jeremy Kerr Date: Tue, 2 Feb 2010 04:34:14 +0000 (-0700) Subject: proc_devtree: include linux/of.h X-Git-Tag: v2.6.34-rc1~289^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ab2fe147e22c8786552cda1791a61ae81b84d2;p=pandora-kernel.git proc_devtree: include linux/of.h Currenly, proc_devtree.c depends on asm/prom.h to include linux/of.h, to provide some device-tree definitions (eg, struct property). Instead, include linux/of.h directly. We still need asm/prom.h for HAVE_ARCH_DEVTREE_FIXUPS. Signed-off-by: Jeremy Kerr Signed-off-by: Grant Likely --- Reading git-diff-tree failed