2
0
forked from Ivasoft/openwrt

generic: rtl8366: make rtl8366_{g,s}et_pvid static

SVN-Revision: 22198
This commit is contained in:
Gabor Juhos
2010-07-15 13:05:29 +00:00
parent e561b18521
commit e110321fce
2 changed files with 41 additions and 44 deletions

View File

@@ -98,8 +98,6 @@ 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);
int rtl8366_get_pvid(struct rtl8366_smi *smi, int port, int *val);
int rtl8366_set_pvid(struct rtl8366_smi *smi, unsigned port, unsigned vid);
#ifdef CONFIG_RTL8366S_PHY_DEBUG_FS
int rtl8366_debugfs_open(struct inode *inode, struct file *file);