commit | 09b55f76c9e41ed88f445f64f00ed39b48ed137d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Jun 18 01:06:54 2007 +0200 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jun 29 01:56:23 2007 -0500 |
tree | fed87205ed14b98e208844ede72ecb9449d07fcf | |
parent | b9fd305db0b4723e70f1a5cf06e4a6949755331c [diff] |
[POWERPC] rename add_bridge to avoid namespace clashes Many platforms currently define their own add_bridge function, some of them globally. This breaks some multiplatform configurations. Prefixing each of these functions with the platform name avoids this problem. Signed-off-by: Arnd Bergmann <arnd@arndb.de>