summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/hal
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2013-08-25 16:55:15 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-25 17:21:01 (GMT)
commitd33b128ea9076b32804af62dda433bc71512c01f (patch)
tree9c010d79e8619ace87b76258691751e3439333fc /drivers/staging/rtl8188eu/hal
parent57f1d4d39e8a284188912417a1de5ecf6469a002 (diff)
downloadlinux-fsl-qoriq-d33b128ea9076b32804af62dda433bc71512c01f.tar.xz
staging: r8188eu: Fix build errors for allyesconfig
This driver has some global names that are the same as found in driver r8712. Fix the allyesconfig build errors by changing the names of those routines. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/hal')
-rw-r--r--drivers/staging/rtl8188eu/hal/rtl8188eu_led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188eu_led.c b/drivers/staging/rtl8188eu/hal/rtl8188eu_led.c
index 1cce948..08dfd94 100644
--- a/drivers/staging/rtl8188eu/hal/rtl8188eu_led.c
+++ b/drivers/staging/rtl8188eu/hal/rtl8188eu_led.c
@@ -93,7 +93,7 @@ void rtl8188eu_InitSwLeds(struct adapter *padapter)
{
struct led_priv *pledpriv = &(padapter->ledpriv);
- pledpriv->LedControlHandler = LedControl871x;
+ pledpriv->LedControlHandler = LedControl8188eu;
InitLed871x(padapter, &(pledpriv->SwLed0), LED_PIN_LED0);