]> Pileus Git - ~andy/linux/commitdiff
staging: r8188eu: Remove daemonize conditional
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 22 Dec 2013 23:36:39 +0000 (17:36 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 00:02:10 +0000 (16:02 -0800)
The current kernels do not include this entry point. Delete the call.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/osdep_service.h

index 6dc0707d91d47f45b2c98fa50207a447d65d251b..b36fc2000828199ec1ceabe1f21e72aa6deff4c2 100644 (file)
@@ -284,9 +284,6 @@ static inline unsigned char _cancel_timer_ex(struct timer_list *ptimer)
 
 static inline void thread_enter(char *name)
 {
-#ifdef daemonize
-       daemonize("%s", name);
-#endif
        allow_signal(SIGTERM);
 }