staging: rtl8188eu: osdep_service.c: Remove unused macro
authornavin patidar <navin.patidar@gmail.com>
Sun, 22 Jun 2014 08:36:28 +0000 (14:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:27:13 +0000 (20:27 -0400)
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/osdep_service.c

index 76b02b570916f4797dcddefcc5717d42324d060e..ff6ee5babe097055c2fafa7b242709f04bc1fec7 100644 (file)
@@ -98,8 +98,6 @@ inline s32 rtw_get_passing_time_ms(u32 start)
        return rtw_systime_to_ms(jiffies-start);
 }
 
-#define RTW_SUSPEND_LOCK_NAME "rtw_wifi"
-
 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv,
                                                    void *old_priv)
 {
This page took 0.024506 seconds and 5 git commands to generate.