commit | 4e58452b6fc391c35611693b12a3f97bd60f6da8 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven.eckelmann@openmesh.com> | Thu Dec 21 10:17:38 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 21 15:35:53 2017 -0500 |
tree | d89b77ff91ad2749ce35cb7227025cdd53f90591 | |
parent | a0e2e75a884c1e6ae2c4cd40bf473dc93420dc0a [diff] |
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>