From 2c904630e9b18c58a2261193e6d85a3d79d87033 Mon Sep 17 00:00:00 2001 From: Zhen Lei Date: Thu, 27 Aug 2020 14:21:54 +0800 Subject: [PATCH] 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 --- drivers/watchdog/watchdog_dev.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/watchdog/watchdog_dev.c b/drivers/watchdog/watchdog_dev.c index bcf01af3fa6a..2946f3a63110 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"