lkml.org 
[lkml]   [2014]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 34/46] kernel: Include appropriate header file in hung_task.c
    Include appropriate header file include/linux/sched/sysctl.h in
    kernel/hung_task.c because it has function declaration of function
    defined in kernel/hung_task.c.

    This elimiantes the following warning in kernel/hung_task.c:
    kernel/hung_task.c:195:5: warning: no previous prototype for ‘proc_dohung_task_timeout_secs’ [-Wmissing-prototypes]

    Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
    Reviewed-by: Josh Triplett <josh@joshtriplett.org>
    ---
    kernel/hung_task.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/kernel/hung_task.c b/kernel/hung_task.c
    index 0b9c169..2704c36 100644
    --- a/kernel/hung_task.c
    +++ b/kernel/hung_task.c
    @@ -16,6 +16,7 @@
    #include <linux/export.h>
    #include <linux/sysctl.h>
    #include <linux/utsname.h>
    +#include <linux/sched/sysctl.h>
    #include <trace/events/sched.h>

    /*
    --
    1.7.9.5
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2014-02-28 17:41    [W:4.205 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site