b53: Make b53_switch_init static
authorJonas Gorski <jogo@openwrt.org>
Sat, 22 Feb 2014 11:16:58 +0000 (11:16 +0000)
committerJonas Gorski <jogo@openwrt.org>
Sat, 22 Feb 2014 11:16:58 +0000 (11:16 +0000)
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Patchwork: http://patchwork.openwrt.org/patch/4869/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39683

target/linux/generic/files/drivers/net/phy/b53/b53_common.c

index 72b08e1ecffcdb48f8fbeae931dd2de5203d18ae..b82bc9378d9ca8d72edaafff798680c7b9bc6ecc 100644 (file)
@@ -1222,7 +1222,7 @@ static const struct b53_chip_data b53_switch_chips[] = {
        },
 };
 
-int b53_switch_init(struct b53_device *dev)
+static int b53_switch_init(struct b53_device *dev)
 {
        struct switch_dev *sw_dev = &dev->sw_dev;
        unsigned i;