From: Benjamin Herrenschmidt Date: Fri, 16 Nov 2007 07:42:18 +0000 (+1100) Subject: [POWERPC] Fix declaration of pcibios_free_controller X-Git-Tag: v2.6.24-rc4~109^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5131d4d83858e208f634622dc4a2e7042f796950;p=pandora-kernel.git [POWERPC] Fix declaration of pcibios_free_controller pcibios_free_controller() is now available for both 32 and 64 bits but the header only declares it for 64 bits. This moves the declaration down next to the pcibios_alloc_controller() one. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed