]> git.baikalelectronics.ru Git - kernel.git/commit
pkt_sched: Include const.h
authorDavid Ahern <dsahern@gmail.com>
Tue, 9 Jul 2019 21:45:17 +0000 (14:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 21:47:45 +0000 (14:47 -0700)
commit2652f221449fc4452de4f7de3d9ab5fbac471b02
tree5991915e00d8c0370fb6353ca447027ae112d351
parentee77b2aaeee1647ad5f74c4972b4bb3c24b57f6d
pkt_sched: Include const.h

Commit ed089002a0ff changed TC_ETF defines to use _BITUL instead of BIT
but did not add the dependecy on linux/const.h. As a consequence,
importing the uapi headers into iproute2 causes builds to fail. Add
the dependency.

Fixes: ed089002a0ff ("etf: Don't use BIT() in UAPI headers.")
Cc: Vedang Patel <vedang.patel@intel.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/pkt_sched.h