]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
batman-adv: Remove unused sched.h include
authorSven Eckelmann <sven@narfation.org>
Sun, 19 Nov 2017 16:12:06 +0000 (17:12 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 15 Dec 2017 16:29:18 +0000 (17:29 +0100)
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 <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/debugfs.c

index d94585dc2dbe2b3341bc71fccc487dd76846b68d..fddf16a3dc895f66f2f7154a9c5dd4af746aca24 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/fs.h>
 #include <linux/netdevice.h>
 #include <linux/printk.h>
-#include <linux/sched.h> /* for linux/wait.h */
 #include <linux/seq_file.h>
 #include <linux/stat.h>
 #include <linux/stddef.h>