[RFC/PATCH 3/14] powerpc: Fix declaration of pcibios_free_controller

2007-11-20 Thread Benjamin Herrenschmidt
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 <[EMAIL PROTECTED]> --- include/asm-powerpc/pci-bridge.h |5 +++--

[PATCH 3/14] powerpc: Fix declaration of pcibios_free_controller

2007-11-20 Thread Benjamin Herrenschmidt
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 <[EMAIL PROTECTED]> --- include/asm-powerpc/pci-bridge.h |5 +++--