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
master
Jonas Gorski 11 years ago
parent 9eb60826f2
commit c1f397e1e1
  1. 2
      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; struct switch_dev *sw_dev = &dev->sw_dev;
unsigned i; unsigned i;

Loading…
Cancel
Save