of/address: Clean up function declarations
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 29 Jul 2010 17:49:01 +0000 (11:49 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 1 Aug 2010 07:42:42 +0000 (01:42 -0600)
This patch moves the declaration of of_get_address(), of_get_pci_address(),
and of_pci_address_to_resource() out of arch code and into the common
linux/of_address header file.

This patch also fixes some of the asm/prom.h ordering issues.  It still
includes some header files that it ideally shouldn't be, but at least the
ordering is consistent now so that of_* overrides work.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found