Fix some compiler errors in user-work queue configuration that crept in the last bunch of commits

This commit is contained in:
Gregory Nutt
2014-10-11 16:27:24 -06:00
parent 4c2a14348a
commit 0c1c37bae2
4 changed files with 3 additions and 6 deletions
-2
View File
@@ -87,8 +87,6 @@
*
****************************************************************************/
#if defined(CONFIG_LIB_USRWORK) && !defined(__KERNEL__)
int work_signal(int qid)
{
int ret;