]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commitf1ca09b2b5c9dd3988c61818a7d621b1400e4f0c
tree2a54bbcc450aa1269fe33c30f6a9316e585939c3
parent60652d07a028595df5c2582e915325d643a3800d
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 <grant.likely@secretlab.ca>
Tested-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/pci/pci-common.c
arch/microblaze/pci/xilinx_pci.c
drivers/char/xilinx_hwicap/xilinx_hwicap.c
drivers/serial/of_serial.c