]> git.baikalelectronics.ru Git - kernel.git/commit
taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions
authorEugene Syromiatnikov <esyr@redhat.com>
Tue, 24 Mar 2020 04:19:20 +0000 (05:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Mar 2020 03:08:45 +0000 (20:08 -0700)
commit1222c36a09053418dd38a7a32ca60e84a2f26748
tree346f41b49fc63f145690ba3cf52043e55477bd90
parent408687e7b6b2ad4d267a7ae34e4ee33869809e73
taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions

BIT() macro definition is internal to the Linux kernel and is not
to be used in UAPI headers; replace its usage with the _BITUL() macro
that is already used elsewhere in the header.

Fixes: f1cce8ec8ee2 ("taprio: Add support for hardware offloading")
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
Acked-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/pkt_sched.h