rtl8188eu: CONFIG_GLOBAL_UI_PID is always selected

This configuration variable is removed.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-18 10:12:28 -05:00
parent 5ce0198d67
commit 83e1776605
4 changed files with 2 additions and 11 deletions

View file

@ -105,7 +105,6 @@
#endif // CONFIG_LED
#define USB_INTERFERENCE_ISSUE // this should be checked in all usb interface
#define CONFIG_GLOBAL_UI_PID
#define CONFIG_NEW_SIGNAL_STAT_PROCESS
#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable, */

View file

@ -133,8 +133,7 @@ extern NDIS_STATUS drv_set_info(
u32* BytesRead,
u32* BytesNeeded
);
#ifdef CONFIG_GLOBAL_UI_PID
extern int ui_pid[3];
#endif
#endif // #ifndef __INC_CEINFO_