2
0
forked from Ivasoft/openwrt

generic: rtl8366: make rtl8366_set_vlan static

SVN-Revision: 22205
This commit is contained in:
Gabor Juhos
2010-07-15 13:05:53 +00:00
parent 48934bbd88
commit 9a92e1a32c
2 changed files with 2 additions and 5 deletions

View File

@@ -96,8 +96,6 @@ int rtl8366_smi_write_reg(struct rtl8366_smi *smi, u32 addr, u32 data);
int rtl8366_smi_read_reg(struct rtl8366_smi *smi, u32 addr, u32 *data);
int rtl8366_smi_rmwr(struct rtl8366_smi *smi, u32 addr, u32 mask, u32 data);
int rtl8366_set_vlan(struct rtl8366_smi *smi, int vid, u32 member, u32 untag,
u32 fid);
int rtl8366_reset_vlan(struct rtl8366_smi *smi);
#ifdef CONFIG_RTL8366S_PHY_DEBUG_FS