commit | 47d4522dd5130361d463b47f0e9a687c4b6697c2 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Fri May 24 16:51:29 2019 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Sat May 25 12:59:53 2019 +0200 |
tree | bc73d77c1018ce9644e65e715a73c2201240745a | |
parent | e1928752988bd95316676fea234475327726e22d [diff] |
batman-adv: Add missing include for atomic functions main.h is using atomic_add_unless and log.h atomic_read. The main header linux/atomic.h should be included for these files. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>