mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-22 16:42:44 +00:00
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>