From cb422ccd54dc62e8145fef70865793f42fc9c8a1 Mon Sep 17 00:00:00 2001 From: jogo Date: Sat, 22 Feb 2014 11:16:58 +0000 Subject: [PATCH] b53: Make b53_switch_init static Signed-off-by: Helmut Schaa Patchwork: http://patchwork.openwrt.org/patch/4869/ Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39683 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/files/drivers/net/phy/b53/b53_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 72b08e1ecf..b82bc9378d 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; -- 2.11.0