提交 23cdf875 编写于 作者: D David S. Miller

act_ctinfo: Don't use BIT() in UAPI headers.

Use _BITUL() instead.
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 cfecf0d0
......@@ -27,8 +27,8 @@ enum {
#define TCA_CTINFO_MAX (__TCA_CTINFO_MAX - 1)
enum {
CTINFO_MODE_DSCP = BIT(0),
CTINFO_MODE_CPMARK = BIT(1)
CTINFO_MODE_DSCP = _BITUL(0),
CTINFO_MODE_CPMARK = _BITUL(1)
};
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册