From: Larry Finger Date: Sun, 22 Dec 2013 23:36:39 +0000 (-0600) Subject: staging: r8188eu: Remove daemonize conditional X-Git-Tag: next-20140116~15^2~105 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=47e589ee2b6bf80d9fc3820f97ee6d4c82b32c25;p=karo-tx-linux.git staging: r8188eu: Remove daemonize conditional The current kernels do not include this entry point. Delete the call. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/osdep_service.h b/drivers/staging/rtl8188eu/include/osdep_service.h index 6dc0707d91d4..b36fc2000828 100644 --- a/drivers/staging/rtl8188eu/include/osdep_service.h +++ b/drivers/staging/rtl8188eu/include/osdep_service.h @@ -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); }