rtl8188eu: Convert "typdef enum LED_PIN_871x" to "enum LED_PIN_871x"

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-22 16:52:57 -05:00
parent 159c578e85
commit f29537124a
2 changed files with 5 additions and 7 deletions

View file

@ -71,15 +71,13 @@ void ResetLedStatus(PLED_871x pLed) {
pLed->bLedScanBlinkInProgress = false;
}
/* */
/* Description: */
/* Initialize an LED_871x object. */
/* */
void
InitLed871x(
_adapter *padapter,
PLED_871x pLed,
LED_PIN_871x LedPin
enum LED_PIN_871x LedPin
)
{
pLed->padapter = padapter;