From: Zhen Lei Date: Thu, 27 Aug 2020 06:21:54 +0000 (+0800) Subject: watchdog: remove unneeded inclusion of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2c904630e9b18c58a2261193e6d85a3d79d87033;p=linux.git watchdog: remove unneeded inclusion of There has been no reference to "struct sched_param" since commit 94beddacb53c ("sched,watchdog: Convert to sched_set_fifo()"), so there's no need to include any more, delete it. Signed-off-by: Zhen Lei Reviewed-by: Guenter Roeck Link: https://lore.kernel.org/r/20200827062154.1847-1-thunder.leizhen@huawei.com Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/watchdog_dev.c b/drivers/watchdog/watchdog_dev.c index bcf01af3fa6a8..2946f3a63110c 100644 --- a/drivers/watchdog/watchdog_dev.c +++ b/drivers/watchdog/watchdog_dev.c @@ -43,8 +43,6 @@ #include /* For watchdog specific items */ #include /* For copy_to_user/put_user/... */ -#include /* For struct sched_param */ - #include "watchdog_core.h" #include "watchdog_pretimeout.h"