summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-02-22 11:16:58 +0000
committerJonas Gorski <jogo@openwrt.org>2014-02-22 11:16:58 +0000
commitc1f397e1e15bc49a19e95ef4011d2827bed878c6 (patch)
treec7751e6ba7c5b2271d94f9ad17727213c071ef66 /target
parent9eb60826f23750498702164d4ba406ba4be60966 (diff)
downloadmtk-20170518-c1f397e1e15bc49a19e95ef4011d2827bed878c6.zip
mtk-20170518-c1f397e1e15bc49a19e95ef4011d2827bed878c6.tar.gz
mtk-20170518-c1f397e1e15bc49a19e95ef4011d2827bed878c6.tar.bz2
b53: Make b53_switch_init static
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
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/files/drivers/net/phy/b53/b53_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c b/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
index 72b08e1..b82bc93 100644
--- a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
+++ b/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
@@ -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;