projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223bb15
)
staging: et131x: remove unused prototype et131x_vlan_rx_register
author
Jiri Pirko
<
[email protected]
>
Wed, 20 Jul 2011 04:54:45 +0000
(
04:54
+0000)
committer
David S. Miller
<
[email protected]
>
Thu, 21 Jul 2011 20:47:57 +0000
(13:47 -0700)
Signed-off-by: Jiri Pirko <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/staging/et131x/et131x_netdev.c
patch
|
blob
|
history
diff --git
a/drivers/staging/et131x/et131x_netdev.c
b/drivers/staging/et131x/et131x_netdev.c
index b25bae29042e05ed59220c6e1cec6aaa9b518033..95555d25fcb3beefb32e5876058627f0ec68614e 100644
(file)
--- a/
drivers/staging/et131x/et131x_netdev.c
+++ b/
drivers/staging/et131x/et131x_netdev.c
@@
-97,7
+97,6
@@
int et131x_tx(struct sk_buff *skb, struct net_device *netdev);
void et131x_tx_timeout(struct net_device *netdev);
int et131x_change_mtu(struct net_device *netdev, int new_mtu);
int et131x_set_mac_addr(struct net_device *netdev, void *new_mac);
-void et131x_vlan_rx_register(struct net_device *netdev, struct vlan_group *grp);
void et131x_vlan_rx_add_vid(struct net_device *netdev, uint16_t vid);
void et131x_vlan_rx_kill_vid(struct net_device *netdev, uint16_t vid);