From: Sven Eckelmann Date: Sun, 19 Nov 2017 16:12:06 +0000 (+0100) Subject: batman-adv: Remove unused sched.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eface060c2c354af1ad902929fc2cc9a426ad349;p=linux.git batman-adv: Remove unused sched.h include The linux/wait.h include was removed with commit 421d988b2c08 ("batman-adv: Consolidate logging related functions"). The previously required (but not unused) linux/sched.h include can also be dropped now. Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/debugfs.c b/net/batman-adv/debugfs.c index d94585dc2dbe2..fddf16a3dc895 100644 --- a/net/batman-adv/debugfs.c +++ b/net/batman-adv/debugfs.c @@ -26,7 +26,6 @@ #include #include #include -#include /* for linux/wait.h */ #include #include #include