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
This commit is contained in:
parent
9eb60826f2
commit
c1f397e1e1
@ -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…
Reference in New Issue
Block a user