]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Remove kernel fixed width types in packet.h
authorSven Eckelmann <sven.eckelmann@openmesh.com>
Thu, 21 Dec 2017 09:17:40 +0000 (10:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Dec 2017 20:35:53 +0000 (15:35 -0500)
commitd9c09c1b6059572e2ccbd6f850123b1d03f1e2c7
treebfb9825344d254f3d11e7d636578499728d2d9c4
parentd70df66173d8558783beeb822b2196dc792ca3e5
batman-adv: Remove kernel fixed width types in packet.h

The uapi headers use the __u8/__u16/... version of the fixed width types
instead of u8/u16/... The use of the latter must be avoided before
packet.h is copied 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/packet.h