[POWERPC] rename add_bridge to avoid namespace clashes
authorArnd Bergmann <arnd@arndb.de>
Sun, 17 Jun 2007 23:06:54 +0000 (01:06 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jun 2007 06:56:23 +0000 (01:56 -0500)
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>

No differences found