On Sun, May 05, 2019 at 07:37:48PM +0200, Sven Eckelmann wrote:
ecsv/pu: headers
diff --git a/net/batman-adv/multicast.c b/net/batman-adv/multicast.c index ca4898d3..f106728b 100644 --- a/net/batman-adv/multicast.c +++ b/net/batman-adv/multicast.c @@ -23,7 +23,6 @@ #include <linux/inetdevice.h> #include <linux/ip.h> #include <linux/ipv6.h> -#include <linux/jiffies.h> #include <linux/kernel.h> #include <linux/kref.h> #include <linux/list.h>
I did not make any changes to this as I believe jiffies.h is still needed for msecs_to_jiffies()?
The rest should be addressed in the new patchsets.