From: Grant Likely Date: Thu, 29 Jul 2010 17:49:01 +0000 (-0600) Subject: of/address: Clean up function declarations X-Git-Tag: v2.6.36-rc1~543^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ae782f86b726f9cea752c0f269ff6dcdf2f6e1;p=pandora-kernel.git of/address: Clean up function declarations 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 --- Reading git-diff-tree failed