On Sunday, November 22, 2015 00:59:30 Sven Eckelmann wrote:
A new function batadv_bla_status_update was introduced which uses the not yet defined struct net_device as parameter. Add the forward declaration to avoid compiler warnings about type declarations inside parameter list.
Fixes: 07ed3c31d795 ("batman-adv: purge bridge loop avoidance when its disabled") Signed-off-by: Sven Eckelmann sven@narfation.org
net/batman-adv/bridge_loop_avoidance.h | 1 + 1 file changed, 1 insertion(+)
Applied in revision 5b0b10e.
Thanks, Marek