diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-02-22 11:16:58 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-02-22 11:16:58 +0000 |
commit | d6bd83b3b52048faf946538d8a98a03a3e2b2b47 (patch) | |
tree | 34ec5e569bd005952b98b681c460327538945984 | |
parent | 46c26870ba05c260e36354df0101b191e0243191 (diff) | |
download | upstream-d6bd83b3b52048faf946538d8a98a03a3e2b2b47.tar.gz upstream-d6bd83b3b52048faf946538d8a98a03a3e2b2b47.tar.bz2 upstream-d6bd83b3b52048faf946538d8a98a03a3e2b2b47.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39683 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/files/drivers/net/phy/b53/b53_common.c | 2 |
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 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; |