etf: Don't use BIT() in UAPI headers.
authorVedang Patel <vedang.patel@intel.com>
Tue, 25 Jun 2019 22:07:13 +0000 (15:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2019 21:45:33 +0000 (14:45 -0700)
commit9903c8dc734265689d5770ff28c84a7228fe5890
treeac68540e2a537940a84a601d6f9413784559e2d7
parent1e08511d5d01884a3c9070afd52a47799312074a
etf: Don't use BIT() in UAPI headers.

The BIT() macro isn't exported as part of the UAPI interface. So, the
compile-test to ensure they are self contained fails. So, use _BITUL()
instead.

Signed-off-by: Vedang Patel <vedang.patel@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/pkt_sched.h