]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Add missing include for atomic functions
authorSven Eckelmann <sven@narfation.org>
Fri, 24 May 2019 14:51:29 +0000 (16:51 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 25 May 2019 10:59:53 +0000 (12:59 +0200)
commit7d6055e6ba97ed5a473e2a31266fe1cf0ad0830e
treebc73d77c1018ce9644e65e715a73c2201240745a
parent8c534af217a751e63d8d98898f2c8fede15474fd
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>
net/batman-adv/log.h
net/batman-adv/main.h