batman-adv: Remove unused include atomic.h
Commit Message
The only atomic_* function was removed in the bat_v.c and thus the include
should also be removed.
Fixes: 71e957cd30a0 ("batman-adv: init ELP tweaking options only once")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
net/batman-adv/bat_v.c | 1 -
1 file changed, 1 deletion(-)
Comments
On Wednesday, May 11, 2016 08:16:47 Sven Eckelmann wrote:
> The only atomic_* function was removed in the bat_v.c and thus the include
> should also be removed.
>
> Fixes: 71e957cd30a0 ("batman-adv: init ELP tweaking options only once")
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
> net/batman-adv/bat_v.c | 1 -
> 1 file changed, 1 deletion(-)
Applied in revision 84f8635.
Thanks,
Marek
@@ -18,7 +18,6 @@
#include "bat_algo.h"
#include "main.h"
-#include <linux/atomic.h>
#include <linux/bug.h>
#include <linux/cache.h>
#include <linux/init.h>