> --- a/net/batman-adv/distributed-arp-table.c > +++ b/net/batman-adv/distributed-arp-table.c > @@ -48,6 +48,7 @@ > #include "originator.h" > #include "send.h" > #include "translation-table.h" > +#include "bridge_loop_avoidance.h" Please try to keep the includes in alphabetical order like this: +#include "bridge_loop_avoidance.h" #include "hard-interface.h" #include "hash.h" #include "originator.h" #include "send.h" #include "translation-table.h" Maybe Marek can also do this when he wants to apply it (in case Simon/Marek/... don't find anything else problematic in the patchset) Kind regards, Sven