From: Grant Likely Date: Tue, 17 Aug 2010 05:44:49 +0000 (-0600) Subject: of: Fix missing includes X-Git-Tag: v2.6.36-rc2~44^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ca09b2b5c9dd3988c61818a7d621b1400e4f0c;p=pandora-kernel.git of: Fix missing includes This patch fixes missing includes from a number of .c files because the code (wrongfully) depended on prom.h including them. The include of linux/of_address.h was removed in microblaze prom.h in commit "of/address: Clean up function declarations" (sha1 id 22ae782f8), but not fixed in some callers. This patch fixes them up. Signed-off-by: Grant Likely Tested-by: Michal Simek --- Reading git-diff-tree failed