batman-adv: Add includes for deprecation warning
authorSven Eckelmann <sven@narfation.org>
Sun, 21 Oct 2018 09:30:29 +0000 (11:30 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Mon, 12 Nov 2018 09:41:50 +0000 (10:41 +0100)
commita5dac4da72f59f9565af747f0e4a2d943f902240
tree9bf5623e179d86aa5bb909eccd0f02226384a284
parent01468225f305f3607868171b1abc2929a4501fad
batman-adv: Add includes for deprecation warning

The commit 00caf6a2b318 ("batman-adv: Mark debugfs functionality as
deprecated") introduced various messages to inform the user about the
deprecation of the debugfs based functionality. The messages also include
the context/task in which this problem was observed.

The datastructures and functions to access this information require special
headers. These should be included directly instead of depending on a more
complex and fragile include chain.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/debugfs.c