diff options
author | Sven Eckelmann <sven.eckelmann@openmesh.com> | 2017-12-21 12:17:39 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-21 23:35:53 +0300 |
commit | a6cb82b5c21d046a4383010045dc0489bec42884 (patch) | |
tree | 7d2a083e81a8d1a310d1bc4475a4dc230b7baf3b /scripts/cleanfile | |
parent | 4e58452b6fc391c35611693b12a3f97bd60f6da8 (diff) | |
download | linux-a6cb82b5c21d046a4383010045dc0489bec42884.tar.xz |
batman-adv: Remove usage of BIT(x) in packet.h
The BIT(x) macro is no longer available for uapi headers because it is
defined outside of it (linux/bitops.h). The use of it must therefore be
avoided and replaced by an appropriate other representation.
Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/cleanfile')
0 files changed, 0 insertions, 0 deletions