]> 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)
commit389bccf715276646b09b308337aa4315506c7017
treed89b77ff91ad2749ce35cb7227025cdd53f90591
parent7daeb985afe838c5d7ed93a4441b5339a72b051d
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