]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Let packet.h include its headers directly
authorSven Eckelmann <sven.eckelmann@openmesh.com>
Thu, 21 Dec 2017 09:17:38 +0000 (10:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Dec 2017 20:35:53 +0000 (15:35 -0500)
commit73149d7672bcb1b4d6c3832990b2958f0c7b021b
treed89b77ff91ad2749ce35cb7227025cdd53f90591
parent24212a58d6183ef7c83b7e8997cb011a0cfb01cb
batman-adv: Let packet.h include its headers directly

The headers used by packet.h should also be included by it directly. main.h
is currently dealing with it in batman-adv, but this will no longer work
when this header is moved to include/uapi/linux/.

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/batman-adv/main.h
net/batman-adv/packet.h