of: Fix missing includes
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 17 Aug 2010 05:44:49 +0000 (23:44 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 17 Aug 2010 05:44:49 +0000 (23:44 -0600)
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 <grant.likely@secretlab.ca>
Tested-by: Michal Simek <monstr@monstr.eu>

No differences found