rtl8188eu: Remove CONFIG_LED and related configuration variables

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-01 22:55:42 -06:00
parent 27f745af7b
commit 7f426e6764
4 changed files with 0 additions and 91 deletions

View file

@ -11017,11 +11017,6 @@ u8 led_blink_hdl(struct adapter *padapter, unsigned char *pbuf)
return H2C_PARAMETERS_ERROR;
ledBlink_param = (struct LedBlink_param *)pbuf;
#ifdef CONFIG_LED_HANDLED_BY_CMD_THREAD
BlinkHandler(ledBlink_param->pLed);
#endif
return H2C_SUCCESS;
}