mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user