rtl8188eu: Remove CONFIG_PROC_DEBUG - defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 10:41:57 -05:00
parent a3f602a144
commit 08a92b716f
5 changed files with 1 additions and 20 deletions

View file

@ -222,7 +222,6 @@ int _netdev_open(struct net_device *pnetdev);
int netdev_open (struct net_device *pnetdev);
static int netdev_close (struct net_device *pnetdev);
#ifdef CONFIG_PROC_DEBUG
#define RTL8192C_PROC_NAME "rtl819xC"
#define RTL8192D_PROC_NAME "rtl819xD"
static char rtw_proc_name[IFNAMSIZ];
@ -611,7 +610,6 @@ void rtw_proc_remove_one(struct net_device *dev)
}
}
#endif
#endif
static uint loadparam( _adapter *padapter, _nic_hdl pnetdev)
{