commit | 11faa658c668030759d4aea6a273b7ac9a0b4746 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Nov 27 19:19:00 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:41:21 2006 +1100 |
tree | afc9fadfaee51253a5024ee3f588b9f2f05c7401 | |
parent | 369cf4b940d0d92d33f39a2df11102f3e2df0e0a [diff] |
[POWERPC] fix building without PCI At least the ide driver calls pcibus_to_node, which is not defined when CONFIG_PCI is disabled. This adds a nop function for the !PCI case. Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>