From: David Ahern Date: Tue, 9 Jul 2019 21:45:17 +0000 (-0700) Subject: pkt_sched: Include const.h X-Git-Tag: v5.4-rc1~616^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbc697796e358d1ed8ed25758b19bdb3a1f8e9f9;p=platform%2Fkernel%2Flinux-rpi.git pkt_sched: Include const.h Commit 9903c8dc7342 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: 9903c8dc7342 ("etf: Don't use BIT() in UAPI headers.") Cc: Vedang Patel Signed-off-by: David Ahern Signed-off-by: David S. Miller --- diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h index 390efb5..1f62325 100644 --- a/include/uapi/linux/pkt_sched.h +++ b/include/uapi/linux/pkt_sched.h @@ -2,6 +2,7 @@ #ifndef __LINUX_PKT_SCHED_H #define __LINUX_PKT_SCHED_H +#include #include /* Logical priority bands not depending on specific packet scheduler.