From: Grant Likely Date: Thu, 10 Jun 2010 04:22:17 +0000 (-0600) Subject: of/device: Move struct of_device define outside of CONFIG_OF_DEVICE test X-Git-Tag: v2.6.36-rc1~543^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9f5a4669f1334a558f102c311debfd008e7c2bc;p=pandora-kernel.git of/device: Move struct of_device define outside of CONFIG_OF_DEVICE test Some code uses of_device even when CONFIG_OF_DEVICE is not set. This patch makes of_device valid all the time by moving it outside of the ifdef CONFIG_OF_DEVICE test. Reported-by: Randy Dunlap Signed-off-by: Grant Likely Acked-by: Randy Dunlap --- Reading git-diff-tree failed